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