From 709691ff87ba5fcdd5110d9977d3d215306b0ad4 Mon Sep 17 00:00:00 2001 From: yechenhao Date: Mon, 15 Jun 2020 13:46:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E5=AE=A2=E6=88=B7type?= 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 7375943..97a2443 100644 --- a/src/pages/shop/IncreaseStaffManager.vue +++ b/src/pages/shop/IncreaseStaffManager.vue @@ -591,7 +591,7 @@ storeId: this.selectedStore, mobil: value.phone, staffCode: value.staffCode, - role: value.roleId, + roleId: value.roleId, isOpen: this.formValidate.checkbox[0], }; this.addSattf(request);