From a79a165d606454d5ac3aaa973f90a098e8ac99cf Mon Sep 17 00:00:00 2001 From: yanran200830 Date: Mon, 28 Nov 2022 14:53:09 +0800 Subject: [PATCH] =?UTF-8?q?=E7=96=AB=E6=83=85=E9=98=B2=E6=8E=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/pidu/app/AppGoods/components/Add.vue | 2 +- project/pidu/app/AppGoods/components/List.vue | 17 +++++-- .../components/List.vue | 44 ++++++++++++++++--- 3 files changed, 52 insertions(+), 11 deletions(-) diff --git a/project/pidu/app/AppGoods/components/Add.vue b/project/pidu/app/AppGoods/components/Add.vue index b3aa3915..7559fae1 100644 --- a/project/pidu/app/AppGoods/components/Add.vue +++ b/project/pidu/app/AppGoods/components/Add.vue @@ -137,7 +137,7 @@ this.instance.post(`/app/appintegralmerchandise/addOrUpdate`, { ...this.form, imageUrl: this.form.imageUrl[0].url, - rangeList: this.form.girdList.length ? this.form.girdList.map(v => { + rangeList: this.girdList.length ? this.girdList.map(v => { return { rangeId: v.id, rangeName: v.girdName diff --git a/project/pidu/app/AppGoods/components/List.vue b/project/pidu/app/AppGoods/components/List.vue index 3db2cc59..2a20e3d9 100644 --- a/project/pidu/app/AppGoods/components/List.vue +++ b/project/pidu/app/AppGoods/components/List.vue @@ -79,8 +79,8 @@