From 8e5f5b49cb55d32f681d4b369904a27ab0eba368 Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Mon, 29 Jan 2024 11:05:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20plugin=E5=A2=9E=E5=8A=A0=E8=AF=B7?= =?UTF-8?q?=E6=B1=82=E5=8F=82=E6=95=B0pageSize=3D-1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/Plugin.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/Plugin.vue b/src/views/system/Plugin.vue index 5e744d28..2c74b0cf 100644 --- a/src/views/system/Plugin.vue +++ b/src/views/system/Plugin.vue @@ -71,7 +71,7 @@ export default { this.searchLabel = { ...this.searchLabel, ...params } } // this.searchLabel = { ...this.searchLabel, ...this.pageObj } - this.searchLabel = { ...this.searchLabel, jobGroup: 3 } + this.searchLabel = { ...this.searchLabel, jobGroup: 3, pageSize: -1 } this.isNoData = false this.toggleLoading(true) delete this.searchLabel.total