change
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user