Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
d342e208
authored
2022-11-23 17:22:39 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
2 parents
6b42dc7f
6920a538
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
9 deletions
src/views/ywbl/ywsq/components/bdcqlMain.vue
src/views/ywbl/ywsq/ywsq.vue
src/views/ywbl/ywsq/components/bdcqlMain.vue
View file @
d342e20
...
...
@@ -129,7 +129,7 @@ export default {
this
.
$emit
(
"closeDialog"
);
},
fetchData
()
{
this
.
queryForm
.
sqywbm
=
this
.
djywbm
;
this
.
queryForm
.
bsmSqyw
=
this
.
djqxObj
.
parentid
;
selectQlxx
({
...
this
.
queryForm
,
...
this
.
pageData
}).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
let
{
total
,
records
}
=
res
.
result
;
...
...
src/views/ywbl/ywsq/ywsq.vue
View file @
d342e20
...
...
@@ -79,11 +79,7 @@ export default {
isDialog
:
false
,
btnDisabled
:
true
,
djywbm
:
''
,
djqxObj
:
{
djqxbm
:
''
,
djqxmc
:
''
},
djqxObj
:
{},
bsmSqyw
:
''
}
},
...
...
@@ -127,9 +123,11 @@ export default {
list
.
forEach
(
item
=>
{
this
.
$set
(
item
,
'cselect'
,
false
)
})
item
.
cselect
=
true
this
.
djqxObj
.
djqxbm
=
item
.
nodecode
this
.
djqxObj
.
djqxmc
=
item
.
djqxmc
item
.
cselect
=
true
;
this
.
djqxObj
=
item
;
// this.djqxObj.djqxbm = item.nodecode
// this.djqxObj.djqxmc = item.djqxmc
if
(
item
.
sffqlc
==
'1'
)
{
this
.
btnDisabled
=
false
...
...
Please
register
or
sign in
to post a comment