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
9a3c57e0
authored
2022-10-14 11:41:58 +0800
by
蔡俊立
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
删除不动产单元
1 parent
535c7358
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/workflow/workFrame.vue
src/views/workflow/workFrame.vue
View file @
9a3c57e
...
...
@@ -147,7 +147,7 @@ export default {
}).
then
(
res
=>
{
if
(
res
.
code
==
200
){
this
.
$message
.
success
(
"删除成功"
);
this
.
updateDialog
();
this
.
loadBdcdylist
();
}
else
{
this
.
$message
.
error
(
res
.
message
)
}
...
...
@@ -172,7 +172,7 @@ export default {
},
cancel
:
function
()
{
},
//取消事件的回调
confirm
:
function
()
{
that
.
updateDialog
();
that
.
loadBdcdylist
();
},
//确认事件的回调
})
},
...
...
Please
register
or
sign in
to post a comment