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