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
9115f29c
authored
2023-05-23 10:50:42 +0800
by
单帅旗
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改:修改点击左侧菜单数据更新失败问题
1 parent
87756a61
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
src/views/workflow/components/leftmenu/segmentMenu.vue
src/views/workflow/components/leftmenu/segmentMenu.vue
View file @
9115f29
...
...
@@ -102,6 +102,8 @@
this
.
unitClick
(
0
);
}
}
console
.
log
(
JSON
.
stringify
(
this
.
aroundUnitData
));
console
.
log
(
JSON
.
stringify
(
this
.
afterUnitData
));
})
},
//批量按钮判断
...
...
@@ -166,6 +168,8 @@
this
.
currentSelectProps
=
this
.
aroundUnitData
[
index
];
this
.
currentSelectProps
.
batchOperation
=
false
;
this
.
activeIndex
=
index
.
toString
();
//选中表单传递数据
this
.
$emit
(
'getCurrentSelectProps'
,
this
.
currentSelectProps
);
this
.
$parent
.
stepForm
(
index
);
},
handleAfterunitClick
(
index
)
{
...
...
@@ -173,6 +177,8 @@
this
.
currentSelectProps
=
this
.
afterUnitData
[
index
];
this
.
currentSelectProps
.
batchOperation
=
false
;
this
.
activeHIndex
=
index
.
toString
();
//选中表单传递数据
this
.
$emit
(
'getCurrentSelectProps'
,
this
.
currentSelectProps
);
this
.
$parent
.
stepForm
(
index
);
}
}
...
...
@@ -181,4 +187,4 @@
<
style
scoped
lang=
'scss'
>
@import
"~@/styles/mixin.scss"
;
@import
"../../workFrame.scss"
;
</
style
>
\ No newline at end of file
</
style
>
...
...
Please
register
or
sign in
to post a comment