From d7afe90b262b642ed91e1472c6462682b5b26101 Mon Sep 17 00:00:00 2001 From: wanglei Date: Fri, 16 May 2025 09:46:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E9=98=85=E4=BF=A1=E6=81=AF=20?= =?UTF-8?q?=E5=85=AC=E5=8F=B8=E9=80=89=E6=8B=A9=E3=80=81=E8=AE=A2=E9=98=85?= =?UTF-8?q?=E8=AE=A1=E5=88=92=E9=80=89=E6=8B=A9=E6=90=9C=E7=B4=A2=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/pay/subInfo/index.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ruoyi-ui/src/views/pay/subInfo/index.vue b/ruoyi-ui/src/views/pay/subInfo/index.vue index dce0c1a..cf41b07 100644 --- a/ruoyi-ui/src/views/pay/subInfo/index.vue +++ b/ruoyi-ui/src/views/pay/subInfo/index.vue @@ -381,7 +381,8 @@ export default { // 列表查询参数 queryParams: { pageNum: 1, - pageSize: 10 + pageSize: 10, + name: null }, // 表格数据 list: [], @@ -397,7 +398,8 @@ export default { // 列表查询参数 queryParams: { pageNum: 1, - pageSize: 10 + pageSize: 10, + name: null }, // 表格数据 list: [], @@ -527,6 +529,7 @@ export default { changeCompany() { this.company.open = true; this.company.queryParams.pageNum = 1; + this.company.queryParams.name = null; this.gsInfoQuery(); }, /** 公司信息列表查询 */ @@ -552,6 +555,7 @@ export default { changePlan() { this.planInfo.open = true this.planInfo.queryParams.pageNum = 1; + this.planInfo.queryParams.name = null; this.planInfoQuery() }, /** 订阅计划列表查询 */