From abf4f2ce1064d862b829b698e7ac29b676b96f07 Mon Sep 17 00:00:00 2001 From: yechenhao Date: Wed, 24 Jun 2020 16:38:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AF=BC=E8=B4=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/shop/IncreaseStaffManager.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/shop/IncreaseStaffManager.vue b/src/pages/shop/IncreaseStaffManager.vue index e7caa3e..440a54e 100644 --- a/src/pages/shop/IncreaseStaffManager.vue +++ b/src/pages/shop/IncreaseStaffManager.vue @@ -452,7 +452,6 @@ export default { data = data.data; if (data.code == "0000") { that.$Message.success("修改成功!"); - that.isShowAdd = false; that.listOfLogistics(); } });