From 3197598b329a91a41240a5d8e5df2f4c63c78334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Mon, 4 Jul 2022 23:04:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=94=A8=E6=88=B7=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E6=97=B6=E5=80=99=E7=9A=84=E7=94=A8=E6=88=B7=E5=90=8D?= =?UTF-8?q?=E9=87=8D=E5=A4=8D=E7=9A=84=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/system/modules/UserModal.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jshERP-web/src/views/system/modules/UserModal.vue b/jshERP-web/src/views/system/modules/UserModal.vue index 4150b54f..ba70181f 100644 --- a/jshERP-web/src/views/system/modules/UserModal.vue +++ b/jshERP-web/src/views/system/modules/UserModal.vue @@ -159,14 +159,13 @@ obj.then((res)=>{ if(res.code === 200){ that.$emit('ok'); + that.close(); }else{ that.$message.warning(res.data.message); } }).finally(() => { that.confirmLoading = false; - that.close(); }) - } }) },