修改
This commit is contained in:
parent
3ca0bad453
commit
cd7502f958
@ -149,13 +149,14 @@ export default {
|
||||
this.getTableData();
|
||||
},
|
||||
handleSearch() {
|
||||
this.tableData = []
|
||||
this.queryParams.pageNum = 1
|
||||
if (this.queryParams.queryTime) {
|
||||
this.queryParams.startTime = this.queryParams.queryTime[0];
|
||||
this.queryParams.endTime = this.queryParams.queryTime[1];
|
||||
this.getCountMap()
|
||||
this.getTableData();
|
||||
}
|
||||
this.getCountMap()
|
||||
this.getTableData();
|
||||
},
|
||||
getTableData(isLoadMore = false) {
|
||||
this.loading = true; // 开始加载更多
|
||||
|
@ -202,7 +202,7 @@
|
||||
},
|
||||
methods: {
|
||||
goPresent(){
|
||||
if (!this.present){
|
||||
if (!this.present?.filePath){
|
||||
uni.showToast({
|
||||
title: '暂无使用说明',
|
||||
icon: 'none'
|
||||
|
Loading…
Reference in New Issue
Block a user