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 @@