diff --git a/anrui-system-ui/src/views/flow/doneList.vue b/anrui-system-ui/src/views/flow/doneList.vue index 327298be28..e0c2ab6e95 100644 --- a/anrui-system-ui/src/views/flow/doneList.vue +++ b/anrui-system-ui/src/views/flow/doneList.vue @@ -403,7 +403,7 @@ export default { url: 'api/' + this.dialogList.stopUrl, data: this.dialogList, headers: { 'token': getStorage() } - }).then(function(res) { + }).then((res) => { if (res.success) { this.breakProcessVisible = false this.$message({ showClose: true, type: 'success', message: '操作成功' })