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);