From 518d221d88cba93cd2fce9067e41b40c40fa1cdf Mon Sep 17 00:00:00 2001 From: yechenhao Date: Wed, 24 Jun 2020 16:29:21 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/shop/IncreaseStaffManager.vue b/src/pages/shop/IncreaseStaffManager.vue index e85f594..e7caa3e 100644 --- a/src/pages/shop/IncreaseStaffManager.vue +++ b/src/pages/shop/IncreaseStaffManager.vue @@ -239,7 +239,7 @@ export default { // _this.modifyStatus(params.row.accountId, value); let request = { status: status, - id: params.row.accountId + accountId: params.row.accountId }; //修改接口 _this.editSattfStatus(request);