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
805d31c5
authored
2024-01-19 16:54:32 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:转出
1 parent
14041956
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/workflow/components/zc.vue
src/views/workflow/components/zc.vue
View file @
805d31c
...
...
@@ -102,14 +102,14 @@
this
.
$message
.
success
(
"转件成功"
);
popupCacel
();
setTimeout
(()
=>
{
window
.
close
();
this
.
$emit
(
"input"
,
false
);
if
(
window
.
opener
&&
window
.
opener
.
getBpageList
)
{
window
.
opener
.
getBpageList
();
}
else
{
window
.
opener
.
frames
[
0
].
getBpageList
();
}
window
.
close
();
this
.
$emit
(
"input"
,
false
);
},
1000
);
},
360
);
}
else
{
this
.
$message
.
error
(
res
.
message
);
}
...
...
Please
register
or
sign in
to post a comment