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
08682c99
authored
2023-08-14 15:51:26 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:业务申请
1 parent
2f031301
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
src/views/ywbl/ywsq/guidePage.vue
src/views/ywbl/ywsq/guidePage.vue
View file @
08682c9
...
...
@@ -173,7 +173,6 @@
* @author: renchao
*/
qllxClick
(
index
)
{
console
.
log
(
"业务"
,
index
);
this
.
btnDisabled
=
true
;
this
.
sqywQllxList
.
forEach
(
item
=>
{
if
(
item
.
check
)
item
.
check
=
false
;
...
...
@@ -200,9 +199,9 @@
this
.
btnDisabled
=
false
;
// this.djqxList = []
}
else
{
this
.
getNextNode
(
data
[
index
].
bsmSqyw
);
this
.
btnDisabled
=
true
;
}
this
.
getNextNode
(
data
[
index
].
bsmSqyw
);
},
//获取下个节点类型数据
/**
...
...
Please
register
or
sign in
to post a comment