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() }, /** 订阅计划列表查询 */