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
229d8a1f
authored
2023-06-15 14:55:38 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
切换菜单组件更新
1 parent
709fae50
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
22 deletions
src/views/djbworkflow/djbBook/slxx.vue
src/views/djbworkflow/workFrame.vue
src/views/djbworkflow/djbBook/slxx.vue
View file @
229d8a1
...
...
@@ -200,6 +200,7 @@ export default {
};
},
created
()
{
console
.
log
(
"受理信息"
,
this
.
ruleForm
);
this
.
loadData
();
},
mounted
()
{},
...
...
src/views/djbworkflow/workFrame.vue
View file @
229d8a1
...
...
@@ -122,6 +122,7 @@ export default {
},
methods
:
{
// 获取右侧选项卡
getCurrentSelectProps
(
val
)
{
this
.
currentSelectProps
=
val
if
(
this
.
currentSelectProps
.
bsmRepair
){
...
...
@@ -158,27 +159,8 @@ export default {
},
// 增加补录记录
addRepairRecord
(
row
){
let
from
=
{
bsmQlxx
:
""
,
bsmSlsq
:
this
.
bsmSlsq
,
bsmSldy
:
this
.
currentSelectProps
.
bsmSldy
,
operate
:
"C"
,
qllx
:
this
.
currentSelectProps
.
qllx
}
if
(
row
){
from
.
bsmQlxx
=
row
.
bsmQlxx
from
.
operate
=
"U"
}
addRepairRecord
(
from
).
then
((
res
)
=>
{
this
.
$nextTick
(()
=>
{
this
.
$refs
.
Menu
.
getleftMenubl
(
res
.
result
);
});
});
},
tabset
(){
this
.
tabName
=
''
;
this
.
tabList
=
[
{
name
:
"受理信息"
,
...
...
@@ -196,7 +178,11 @@ export default {
sort
:
2
,
},
];
this
.
tabName
=
'slxx'
;
this
.
$nextTick
(
function
()
{
this
.
tabName
=
'slxx'
;
});
},
// stepForm(index){
...
...
@@ -216,7 +202,28 @@ export default {
}
}
this
.
componentTag
=
getForm
(
tabname
,
this
.
$route
.
query
.
sqywbm
);
}
},
// 增加补录记录
addRepairRecord
(
row
){
let
from
=
{
bsmQlxx
:
""
,
bsmSlsq
:
this
.
bsmSlsq
,
bsmSldy
:
this
.
currentSelectProps
.
bsmSldy
,
operate
:
"C"
,
qllx
:
this
.
currentSelectProps
.
qllx
}
if
(
row
){
from
.
bsmQlxx
=
row
.
bsmQlxx
from
.
operate
=
"U"
}
addRepairRecord
(
from
).
then
((
res
)
=>
{
this
.
$nextTick
(()
=>
{
this
.
$refs
.
Menu
.
getleftMenubl
(
res
.
result
);
});
});
},
},
};
</
script
>
...
...
Please
register
or
sign in
to post a comment