|
|
@ -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() |
|
|
|