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
9285eb55
authored
2022-10-14 11:51:58 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
2 parents
ea9db715
a9de7356
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
src/views/workflow/workFrame.vue
src/views/workflow/workFrame.vue
View file @
9285eb5
...
...
@@ -147,8 +147,8 @@ export default {
}).
then
(
res
=>
{
if
(
res
.
code
==
200
)
{
this
.
$message
.
success
(
"删除成功"
);
this
.
updateDialog
();
}
else
{
this
.
loadBdcdylist
();
}
else
{
this
.
$message
.
error
(
res
.
message
)
}
})
...
...
@@ -166,14 +166,14 @@ export default {
width
:
'50%'
,
btnShow
:
true
,
editItem
:
'workflow/components/batchDel'
,
height
:
'
5
00px'
,
height
:
'
6
00px'
,
formData
:
{
bsmSlsq
:
this
.
bsmSlsq
,
dataList
:
this
.
unitData
},
cancel
:
function
()
{
},
//取消事件的回调
confirm
:
function
()
{
that
.
updateDialog
();
that
.
loadBdcdylist
();
},
//确认事件的回调
})
},
...
...
Please
register
or
sign in
to post a comment