This commit is contained in:
2025-08-08 14:48:28 +08:00
parent ac754eb113
commit 631502f610
6 changed files with 45 additions and 11 deletions

View File

@@ -56,7 +56,7 @@
</table>
</view>
</view>
<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 class="zd-row submit-bar">
<button class="zd-col-11 button-primary" :class="{'button-info': !index2}" @tap="seachList">查询工单</button>
@@ -197,10 +197,13 @@
clearUp () {
this.pkId = ''
this.pkObj = {}
this.index = ''
this.index2 = ''
this.dataList = []
},
async _callMaterial () {
this.disabled = true
if (!index2 || !pkId) {
if (!this.index2 || !this.pkId) {
this.disabled = false
return
}