From 8b803b9ec2d8a7b3e4b1576e6226f9f17ee10819 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Mon, 8 May 2023 16:11:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B7=B2=E5=8A=9E=E5=88=97?= =?UTF-8?q?=E8=A1=A8--=E7=BB=88=E6=AD=A2=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- anrui-system-ui/src/views/flow/doneList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anrui-system-ui/src/views/flow/doneList.vue b/anrui-system-ui/src/views/flow/doneList.vue index 9139881be9..327298be28 100644 --- a/anrui-system-ui/src/views/flow/doneList.vue +++ b/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()