|
|
|
@ -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){ |
|
|
|
|