diff --git a/admin-portal/src/views/timeManager/component/consumption.vue b/admin-portal/src/views/timeManager/component/consumption.vue index da6a84cc..71d282c9 100644 --- a/admin-portal/src/views/timeManager/component/consumption.vue +++ b/admin-portal/src/views/timeManager/component/consumption.vue @@ -148,9 +148,9 @@ this.searchData.pageIndex = 1 data = Object.assign(val, { pageIndex: 1, pageSize: this.searchData.pageSize }) this.getPay(data) - if (val.searchKey) { + // if (val.searchKey) { this.searchKey = val.searchKey - } + // } }, } }