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
15e96424
authored
2024-03-27 14:51:56 +0800
by
tianhaohao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改备案操作
1 parent
b777d9bf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
src/views/workflow/components/dialog/addQlr.vue
src/views/workflow/main/slsqxx/commonTable/addSqr.vue
src/views/workflow/components/dialog/addQlr.vue
View file @
15e9642
...
...
@@ -566,7 +566,7 @@
handleSelect
(
val
)
{
let
that
=
this
let
bsmSldy
=
window
.
currentSelect
.
bsmSldy
?
window
.
currentSelect
.
bsmSldy
:
''
this
.
$confirm
(
'是否
同步
材料信息?'
,
'提示'
,
{
this
.
$confirm
(
'是否
使用备案内容及
材料信息?'
,
'提示'
,
{
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
distinguishCancelAndClose
:
true
,
//区分取消与关闭
...
...
@@ -584,10 +584,10 @@
}
})
}).
catch
(
action
=>
{
if
(
action
==
'cancel'
)
{
that
.
$emit
(
"updateDetail"
,
_
.
cloneDeep
({
...
val
,
sqrlx
:
'2'
}));
that
.
$emit
(
"input"
,
false
);
}
//
if (action == 'cancel') {
//
that.$emit("updateDetail", _.cloneDeep({ ...val, sqrlx: '2' }));
//
that.$emit("input", false);
//
}
})
},
/**
...
...
src/views/workflow/main/slsqxx/commonTable/addSqr.vue
View file @
15e9642
...
...
@@ -565,7 +565,7 @@
handleSelect
(
val
)
{
let
that
=
this
let
bsmSldy
=
window
.
currentSelect
.
bsmSldy
?
window
.
currentSelect
.
bsmSldy
:
''
this
.
$confirm
(
'是否
同步
材料信息?'
,
'提示'
,
{
this
.
$confirm
(
'是否
备案内容及
材料信息?'
,
'提示'
,
{
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
distinguishCancelAndClose
:
true
,
//区分取消与关闭
...
...
@@ -583,10 +583,10 @@
}
})
}).
catch
(
action
=>
{
if
(
action
==
'cancel'
)
{
that
.
$emit
(
"updateDetail"
,
_
.
cloneDeep
({
...
val
,
sqrlx
:
'2'
}));
that
.
$emit
(
"input"
,
false
);
}
//
if (action == 'cancel') {
//
that.$emit("updateDetail", _.cloneDeep({ ...val, sqrlx: '2' }));
//
that.$emit("input", false);
//
}
})
},
/**
...
...
Please
register
or
sign in
to post a comment