Browse Source

修改已办列表--终止接口

master
yunuo970428 2 years ago
parent
commit
8b803b9ec2
  1. 4
      anrui-system-ui/src/views/flow/doneList.vue

4
anrui-system-ui/src/views/flow/doneList.vue

@ -403,8 +403,8 @@ export default {
url: 'api/' + this.dialogList.stopUrl,
data: this.dialogList,
headers: { 'token': getStorage() }
}).then((res) => {
if (res.successs) {
}).then(function(res) {
if (res.success) {
this.breakProcessVisible = false
this.$message({ showClose: true, type: 'success', message: '操作成功' })
this.getList()

Loading…
Cancel
Save