diff --git a/project/xiushan/apps/creditScore/scoreSupermarket/storeManagement.vue b/project/xiushan/apps/creditScore/scoreSupermarket/storeManagement.vue index 9de39838..b19ad66c 100644 --- a/project/xiushan/apps/creditScore/scoreSupermarket/storeManagement.vue +++ b/project/xiushan/apps/creditScore/scoreSupermarket/storeManagement.vue @@ -271,6 +271,8 @@ export default { this.form = JSON.parse(JSON.stringify(row)) }, handleAuth() { + let {operators} = this.form + this.form.operators = operators.map(id => ({id})) this.instance.post(`/app/appvillagerintegralshop/addOrUpdate`, this.form).then((res) => { if (res?.code == 0) { this.$message.success("授权成功!")