From 788e28884ef1b4b35b1b0bdeecdbd8ad5bf5b7f2 Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Fri, 15 Oct 2021 16:55:56 +0800 Subject: [PATCH] no message --- pages/moment/theall/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/moment/theall/index.js b/pages/moment/theall/index.js index c8f6b9e..d50cadb 100644 --- a/pages/moment/theall/index.js +++ b/pages/moment/theall/index.js @@ -19,7 +19,7 @@ Component({ proviceList: [], pIndex: 0, form: { - proviceId: '', + locProviceId: '', byQueryType: 2, pageNum: 1, pageSize: 10 @@ -73,7 +73,7 @@ Component({ return } this.data.tabIndex = Number(detail.index) - this.data.form.proviceId = area.list[this.data.tabIndex].data[this.data.pIndex].code + this.data.form.locProviceId = area.list[this.data.tabIndex].data[this.data.pIndex].code var proviceList = this.getProviceListByIndex(this.data.tabIndex) this.data.dataIndex = 0 this.setData({ pIndex: 0, proviceList, orderList: [], ['form.pageNum']: 1, finished: false, loading: true }) @@ -84,7 +84,7 @@ Component({ return } this.data.pIndex = Number(detail.index) - this.data.form.proviceId = area.list[this.data.tabIndex].data[this.data.pIndex].code + this.data.form.locProviceId = area.list[this.data.tabIndex].data[this.data.pIndex].code this.onRefreshList() }, calendarChange: function(date){