From fa21a1f7418a98161b60752693d5cd93d298d17d Mon Sep 17 00:00:00 2001 From: long <18782126717@163.com> Date: Fri, 9 Dec 2022 13:58:46 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E8=BF=87=E7=94=B3=E8=AF=B7=E5=87=BA?= =?UTF-8?q?=E9=94=99=E6=B7=BB=E5=8A=A0=E9=94=99=E8=AF=AF=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/activiti/todoManage.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/activiti/todoManage.vue b/src/views/activiti/todoManage.vue index 9b8e093..4a5b7fb 100644 --- a/src/views/activiti/todoManage.vue +++ b/src/views/activiti/todoManage.vue @@ -396,11 +396,16 @@ } this.postFormAction(this.url.pass, formData).then(res => { this.submitLoading = false + if (res.success) { this.lcModa.visible = false this.$message.success('操作成功') this.modalTaskVisible = false this.getDataList() + }else { + console.log(res) + this.$message.error(res.message) + return; } }) } else if (formData.type == 1) {