From 19dd4713d13b8c4aafd7e58154aa41186e5dd5a4 Mon Sep 17 00:00:00 2001 From: maqian Date: Sat, 16 May 2026 20:45:22 +0800 Subject: [PATCH] merge translation --- src/view/merchant/store.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/merchant/store.vue b/src/view/merchant/store.vue index f9efa14..7c42801 100755 --- a/src/view/merchant/store.vue +++ b/src/view/merchant/store.vue @@ -1061,7 +1061,7 @@ export default { this.openTranslate(distributor_id, ['name', 'address', 'introduce'], [this.form.name || '', this.form.address || '', this.form.introduce || '']) } else { const ids = (this.$refs['daoDianZiti']?.finderData || []).map((item) => item.id) - const res = await this.$api.marketing.saveDistributorInfo({ + await this.$api.marketing.saveDistributorInfo({ ...params, pickup_location: ids })