From 777da7d584dc1028463428cb2997f969f7a23936 Mon Sep 17 00:00:00 2001 From: yechenhao Date: Sun, 28 Jun 2020 18:58:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/shop/IncreaseStaffManager.vue | 3 +-- src/pages/shop/IncreaseWelcomeEdit.vue | 12 ++++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/src/pages/shop/IncreaseStaffManager.vue b/src/pages/shop/IncreaseStaffManager.vue index 440a54e..d082785 100644 --- a/src/pages/shop/IncreaseStaffManager.vue +++ b/src/pages/shop/IncreaseStaffManager.vue @@ -450,9 +450,8 @@ export default { let that = this; staff.editSattfStatus(request, function(data) { data = data.data; - if (data.code == "0000") { + if (data.code == "0000" && data.results == true) { that.$Message.success("修改成功!"); - that.listOfLogistics(); } }); }, diff --git a/src/pages/shop/IncreaseWelcomeEdit.vue b/src/pages/shop/IncreaseWelcomeEdit.vue index d8f78cc..6a6b17e 100644 --- a/src/pages/shop/IncreaseWelcomeEdit.vue +++ b/src/pages/shop/IncreaseWelcomeEdit.vue @@ -1,5 +1,14 @@