diff --git a/src/views/authority/apiscope.vue b/src/views/authority/apiscope.vue index 4b9f559..0c1d010 100644 --- a/src/views/authority/apiscope.vue +++ b/src/views/authority/apiscope.vue @@ -434,6 +434,7 @@ }, searchChange(params) { this.query = params; + this.page.currentPage = 1; this.onLoad(this.page, params); }, selectionChange(list) { diff --git a/src/views/authority/datascope.vue b/src/views/authority/datascope.vue index 839f1a8..117f75d 100644 --- a/src/views/authority/datascope.vue +++ b/src/views/authority/datascope.vue @@ -464,6 +464,7 @@ }, searchChange(params) { this.query = params; + this.page.currentPage = 1; this.onLoad(this.page, params); }, selectionChange(list) { diff --git a/src/views/authority/role.vue b/src/views/authority/role.vue index 2c7399f..844e6a3 100644 --- a/src/views/authority/role.vue +++ b/src/views/authority/role.vue @@ -285,6 +285,7 @@ }, searchChange(params) { this.query = params; + this.page.currentPage = 1; this.onLoad(this.page, params); }, selectionChange(list) { diff --git a/src/views/desk/notice.vue b/src/views/desk/notice.vue index 5f3612a..b6a32be 100644 --- a/src/views/desk/notice.vue +++ b/src/views/desk/notice.vue @@ -214,6 +214,7 @@ }, searchChange(params) { this.query = params; + this.page.currentPage = 1; this.onLoad(this.page, params); }, selectionChange(list) { diff --git a/src/views/flow/follow.vue b/src/views/flow/follow.vue index 59eb892..39737dc 100644 --- a/src/views/flow/follow.vue +++ b/src/views/flow/follow.vue @@ -157,6 +157,7 @@ }, searchChange(params) { this.query = params; + this.page.currentPage = 1; this.onLoad(this.page, params); }, selectionChange(list) { diff --git a/src/views/flow/manager.vue b/src/views/flow/manager.vue index 2a07ff3..f03a644 100644 --- a/src/views/flow/manager.vue +++ b/src/views/flow/manager.vue @@ -228,6 +228,7 @@ }, searchChange(params) { this.query = params; + this.page.currentPage = 1; this.onLoad(this.page, params); }, selectionChange(list) { diff --git a/src/views/flow/model.vue b/src/views/flow/model.vue index 3dda259..842f38e 100644 --- a/src/views/flow/model.vue +++ b/src/views/flow/model.vue @@ -206,6 +206,7 @@ }, searchChange(params) { this.query = params; + this.page.currentPage = 1; this.onLoad(this.page, params); }, selectionChange(list) { diff --git a/src/views/monitor/log/api.vue b/src/views/monitor/log/api.vue index abde97e..ab90a54 100644 --- a/src/views/monitor/log/api.vue +++ b/src/views/monitor/log/api.vue @@ -117,6 +117,7 @@ }, searchChange(params) { this.query = params; + this.page.currentPage = 1; this.onLoad(this.page, params); }, beforeOpen(done, type) { diff --git a/src/views/monitor/log/error.vue b/src/views/monitor/log/error.vue index 42cec4d..43b2b8a 100644 --- a/src/views/monitor/log/error.vue +++ b/src/views/monitor/log/error.vue @@ -123,6 +123,7 @@ }, searchChange(params) { this.query = params; + this.page.currentPage = 1; this.onLoad(this.page, params); }, beforeOpen(done, type) { diff --git a/src/views/monitor/log/usual.vue b/src/views/monitor/log/usual.vue index 22a65a0..b710933 100644 --- a/src/views/monitor/log/usual.vue +++ b/src/views/monitor/log/usual.vue @@ -115,6 +115,7 @@ }, searchChange(params) { this.query = params; + this.page.currentPage = 1; this.onLoad(this.page, params); }, beforeOpen(done, type) { diff --git a/src/views/resource/oss.vue b/src/views/resource/oss.vue index 7e15eea..9b268c3 100644 --- a/src/views/resource/oss.vue +++ b/src/views/resource/oss.vue @@ -226,6 +226,7 @@ }, searchChange(params) { this.query = params; + this.page.currentPage = 1; this.onLoad(this.page, params); }, selectionChange(list) { diff --git a/src/views/system/client.vue b/src/views/system/client.vue index 6d46e7a..ced73e2 100644 --- a/src/views/system/client.vue +++ b/src/views/system/client.vue @@ -238,6 +238,7 @@ }, searchChange(params) { this.query = params; + this.page.currentPage = 1; this.onLoad(this.page, params); }, selectionChange(list) { diff --git a/src/views/system/dept.vue b/src/views/system/dept.vue index cd426b7..03f8689 100644 --- a/src/views/system/dept.vue +++ b/src/views/system/dept.vue @@ -254,6 +254,7 @@ }, searchChange(params) { this.query = params; + this.page.currentPage = 1; this.onLoad(this.page, params); }, selectionChange(list) { diff --git a/src/views/system/dict.vue b/src/views/system/dict.vue index 92746c5..d9306e0 100644 --- a/src/views/system/dict.vue +++ b/src/views/system/dict.vue @@ -196,6 +196,7 @@ }, searchChange(params) { this.query = params; + this.page.currentPage = 1; this.onLoad(this.page, params); }, selectionChange(list) { diff --git a/src/views/system/menu.vue b/src/views/system/menu.vue index c828f4b..280d7b8 100644 --- a/src/views/system/menu.vue +++ b/src/views/system/menu.vue @@ -255,6 +255,7 @@ }, searchChange(params) { this.query = params; + this.page.currentPage = 1; this.onLoad(this.page, params); }, selectionChange(list) { diff --git a/src/views/system/param.vue b/src/views/system/param.vue index b241efa..a86417d 100644 --- a/src/views/system/param.vue +++ b/src/views/system/param.vue @@ -156,6 +156,7 @@ }, searchChange(params) { this.query = params; + this.page.currentPage = 1; this.onLoad(this.page, params); }, selectionChange(list) { diff --git a/src/views/system/tenant.vue b/src/views/system/tenant.vue index 6a1ae76..c9405b0 100644 --- a/src/views/system/tenant.vue +++ b/src/views/system/tenant.vue @@ -176,6 +176,7 @@ }, searchChange(params) { this.query = params; + this.page.currentPage = 1; this.onLoad(this.page, params); }, selectionChange(list) { diff --git a/src/views/system/topmenu.vue b/src/views/system/topmenu.vue index cdccddd..b979fe7 100644 --- a/src/views/system/topmenu.vue +++ b/src/views/system/topmenu.vue @@ -269,6 +269,7 @@ }, searchChange(params) { this.query = params; + this.page.currentPage = 1; this.onLoad(this.page, params); }, selectionChange(list) { diff --git a/src/views/system/user.vue b/src/views/system/user.vue index 6ac051d..765fc95 100644 --- a/src/views/system/user.vue +++ b/src/views/system/user.vue @@ -340,6 +340,7 @@ }, searchChange(params) { this.query = params; + this.page.currentPage = 1; this.onLoad(this.page, params); }, selectionChange(list) { diff --git a/src/views/tool/code.vue b/src/views/tool/code.vue index f7dca52..d0f036b 100644 --- a/src/views/tool/code.vue +++ b/src/views/tool/code.vue @@ -278,6 +278,7 @@ }, searchChange(params) { this.query = params; + this.page.currentPage = 1; this.onLoad(this.page, params); }, selectionChange(list) { diff --git a/src/views/tool/datasource.vue b/src/views/tool/datasource.vue index 5aa42d1..d5d034b 100644 --- a/src/views/tool/datasource.vue +++ b/src/views/tool/datasource.vue @@ -231,6 +231,7 @@ }, searchChange(params) { this.query = params; + this.page.currentPage = 1; this.onLoad(this.page, params); }, selectionChange(list) { diff --git a/src/views/work/claim.vue b/src/views/work/claim.vue index 8e0ed08..313c8c4 100644 --- a/src/views/work/claim.vue +++ b/src/views/work/claim.vue @@ -155,6 +155,7 @@ }, searchChange(params) { this.query = params; + this.page.currentPage = 1; this.onLoad(this.page, params); }, selectionChange(list) { diff --git a/src/views/work/done.vue b/src/views/work/done.vue index 0087a2a..f749b04 100644 --- a/src/views/work/done.vue +++ b/src/views/work/done.vue @@ -148,6 +148,7 @@ }, searchChange(params) { this.query = params; + this.page.currentPage = 1; this.onLoad(this.page, params); }, selectionChange(list) { diff --git a/src/views/work/send.vue b/src/views/work/send.vue index 719d04a..a5d4730 100644 --- a/src/views/work/send.vue +++ b/src/views/work/send.vue @@ -158,6 +158,7 @@ }, searchChange(params) { this.query = params; + this.page.currentPage = 1; this.onLoad(this.page, params); }, selectionChange(list) { diff --git a/src/views/work/start.vue b/src/views/work/start.vue index 2b9f91a..1989e76 100644 --- a/src/views/work/start.vue +++ b/src/views/work/start.vue @@ -161,6 +161,7 @@ }, searchChange(params) { this.query = params; + this.page.currentPage = 1; this.onLoad(this.page, params); }, selectionChange(list) { diff --git a/src/views/work/todo.vue b/src/views/work/todo.vue index 82094d8..625366f 100644 --- a/src/views/work/todo.vue +++ b/src/views/work/todo.vue @@ -155,6 +155,7 @@ }, searchChange(params) { this.query = params; + this.page.currentPage = 1; this.onLoad(this.page, params); }, selectionChange(list) {