Commit 39ab486f by qinjianhui

fix: 修复分页查询bug #1001876

parent 5a6add14
...@@ -538,6 +538,7 @@ export default { ...@@ -538,6 +538,7 @@ export default {
}, },
searchFn(value) { searchFn(value) {
this.searchForm = value; this.searchForm = value;
this.pageInfo.currentPage = 1;
if (value.timeRange?.length) { if (value.timeRange?.length) {
this.searchForm.startTime = value.timeRange[0]; this.searchForm.startTime = value.timeRange[0];
this.searchForm.endTime = value.timeRange[1]; this.searchForm.endTime = value.timeRange[1];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment