From 99be5be77d0f80f9ddb7f10e28bb75924438f050 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 22 Mar 2022 21:38:12 +0800 Subject: [PATCH] BUG 28477 --- .../apps/creditScore/scoreSupermarket/storeManagement.vue | 2 ++ 1 file changed, 2 insertions(+) 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("授权成功!")