From 10624e8d1956c5fa331cf24ff1350a9060cc9c52 Mon Sep 17 00:00:00 2001 From: yedejiamingshi <540057894@qq.com> Date: Thu, 2 Jan 2025 16:26:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B4=A0=E6=9D=90=E9=80=89=E6=8B=A9=E5=88=86?= =?UTF-8?q?=E7=BB=84=E6=9C=AA=E9=87=8D=E7=BD=AE=E7=9A=84bug=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/configure/uniTemplate/detail.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/configure/uniTemplate/detail.vue b/src/views/configure/uniTemplate/detail.vue index 27d2c81..654c3c2 100644 --- a/src/views/configure/uniTemplate/detail.vue +++ b/src/views/configure/uniTemplate/detail.vue @@ -565,7 +565,11 @@ this.materialList = []; this.materialTotal = 0; // 重置分页 - this.queryParams.pageNo = 1; + this.queryParams = { + pageNo: 1, + pageSize: 10, + groupId: null, + }; this.queryGroupParams.groupName = null; this.selectedMaterialUrl = ''; },