订阅信息 公司选择、订阅计划选择搜索功能修改

master
wanglei 7 months ago
parent e7ffd13e6b
commit d7afe90b26

@ -381,7 +381,8 @@ export default {
// //
queryParams: { queryParams: {
pageNum: 1, pageNum: 1,
pageSize: 10 pageSize: 10,
name: null
}, },
// //
list: [], list: [],
@ -397,7 +398,8 @@ export default {
// //
queryParams: { queryParams: {
pageNum: 1, pageNum: 1,
pageSize: 10 pageSize: 10,
name: null
}, },
// //
list: [], list: [],
@ -527,6 +529,7 @@ export default {
changeCompany() { changeCompany() {
this.company.open = true; this.company.open = true;
this.company.queryParams.pageNum = 1; this.company.queryParams.pageNum = 1;
this.company.queryParams.name = null;
this.gsInfoQuery(); this.gsInfoQuery();
}, },
/** 公司信息列表查询 */ /** 公司信息列表查询 */
@ -552,6 +555,7 @@ export default {
changePlan() { changePlan() {
this.planInfo.open = true this.planInfo.open = true
this.planInfo.queryParams.pageNum = 1; this.planInfo.queryParams.pageNum = 1;
this.planInfo.queryParams.name = null;
this.planInfoQuery() this.planInfoQuery()
}, },
/** 订阅计划列表查询 */ /** 订阅计划列表查询 */

Loading…
Cancel
Save