生箔生产进度分页

This commit is contained in:
2022-12-09 10:29:28 +08:00
parent 7ea0303a8c
commit 21ade2384b

View File

@@ -57,7 +57,7 @@
<uni-load-more color="#007AFF" iconType="circle" :status="status" :icon-size="14" :content-text="contentText" v-if="dataList.length > 0"/>
</view>
<view class="submit-bar">
<button class="submit-button" @tap="_queryRawFoil">查询</button>
<button class="submit-button" @tap="searchList">查询</button>
</view>
</view>
</template>
@@ -102,6 +102,10 @@
selectChange(e) {
this.index = e
},
searchList () {
this.dataList = []
this._queryRawFoil()
},
/** 生产区域下拉框查询 */
async _queryProductArea () {
let res = await queryProductArea()