From 1182f5b3afe7c4d519adccdf932a9b543d5206ef Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Wed, 30 Nov 2022 14:40:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E7=AE=A1=E7=90=86bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/pidu/app/AppGoods/components/List.vue | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/project/pidu/app/AppGoods/components/List.vue b/project/pidu/app/AppGoods/components/List.vue index a5af66ed..4a689953 100644 --- a/project/pidu/app/AppGoods/components/List.vue +++ b/project/pidu/app/AppGoods/components/List.vue @@ -21,7 +21,7 @@ {{ girdList.length ? girdList[0].girdName : '' }} 可选范围 - + @@ -86,7 +86,7 @@ current: 1, size: 10, name: '', - rangeIds: '' + girdId: '' }, name: '', info: {}, @@ -95,7 +95,7 @@ { prop: 'merchandiseIntegral', align: 'center', label: '单价', sortable: true }, { prop: 'merchandiseNumber', align: 'center', label: '数量', sortable: true }, { - prop: 'arriveTime', + prop: 'exchangeNumber', align: 'center', label: '兑换量', sortable: true @@ -107,7 +107,7 @@ formart: v => v === '0' ? '不限' : '指定网格' }, { - prop: 'arriveTime', + prop: 'launchTime', align: 'center', label: '上架时间' }, @@ -135,9 +135,11 @@ this.girdList = e if (e.length) { - this.search.rangeIds = e[0].id + this.search.girdId = e[0].id } else { - this.search.rangeIds = '' + this.search.girdId = '' + + this.getList() } }, getList () {