|
@@ -43,7 +43,7 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <u-empty class="nodata" :text="noDataText" v-if="listdata.length==0 && status!='loading'" mode="list" :margin-top="300"></u-empty>
|
|
|
|
|
|
+ <u-empty class="nodata" :text="noDataText" v-if="listdata.length==0 && status!='loading'" mode="list"></u-empty>
|
|
<view class="loadmore">
|
|
<view class="loadmore">
|
|
<u-loadmore v-if="total>pageSize || status=='loading'" :status="status" />
|
|
<u-loadmore v-if="total>pageSize || status=='loading'" :status="status" />
|
|
</view>
|
|
</view>
|
|
@@ -80,8 +80,7 @@
|
|
},
|
|
},
|
|
onShow() {
|
|
onShow() {
|
|
this.openScreen = false // 关闭筛选框
|
|
this.openScreen = false // 关闭筛选框
|
|
- this.searchHandle(1)
|
|
|
|
- this.getGoldLogTotal()
|
|
|
|
|
|
+ this.refresh({})
|
|
},
|
|
},
|
|
methods:{
|
|
methods:{
|
|
// 总计
|
|
// 总计
|