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
3f8965b6
authored
2023-10-13 11:25:19 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:分割
1 parent
3cdcb04b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
src/views/workflow/components/leftmenu/segmentMenu.vue
src/views/ywbl/ywsq/selectBdc.vue
src/views/workflow/components/leftmenu/segmentMenu.vue
View file @
3f8965b
<!--
* @Description: workFrame左侧菜单列表-分割
* @Autor: renchao
* @LastEditTime: 2023-10-1
2 17:12:42
* @LastEditTime: 2023-10-1
3 11:24:29
-->
<
template
>
<div
class=
"leftmenu"
:class=
"
{ 'animation-map-drawer': isShowdrawer }">
...
...
@@ -221,7 +221,7 @@
* @author: renchao
*/
unitClick
(
index
)
{
window
.
currentSelect
=
this
.
u
nitData
[
index
]
window
.
currentSelect
=
this
.
aroundU
nitData
[
index
]
this
.
activeHIndex
=
'-1'
this
.
currentSelectProps
=
this
.
aroundUnitData
[
index
];
this
.
currentSelectProps
.
issave
=
'1'
...
...
@@ -233,12 +233,12 @@
this
.
$parent
.
stepForm
(
index
);
},
/**
* @description:
handleAfterunitClick
* @description:
变更后单元
* @param {*} index
* @author: renchao
*/
handleAfterunitClick
(
index
)
{
window
.
currentSelect
=
this
.
u
nitData
[
index
]
window
.
currentSelect
=
this
.
afterU
nitData
[
index
]
this
.
activeIndex
=
'-1'
this
.
currentSelectProps
=
this
.
afterUnitData
[
index
];
this
.
currentSelectProps
.
batchOperation
=
false
;
...
...
src/views/ywbl/ywsq/selectBdc.vue
View file @
3f8965b
...
...
@@ -23,6 +23,7 @@
}
},
mounted
()
{
console
.
log
(
this
.
formData
,
'this.formData'
);
if
(
this
.
formData
?.
sqywInfo
?.
djywbm
||
this
.
formData
?.
djywbm
)
{
let
view
=
queueDjywmc
(
this
.
formData
?.
sqywInfo
?.
djywbm
||
this
.
formData
?.
djywbm
,
this
.
formData
?.
sqywInfo
?.
nodecode
||
this
.
formData
?.
nodecode
);
this
.
router
=
this
.
loadView
(
view
);
...
...
Please
register
or
sign in
to post a comment