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

master
wanglei 7 months ago
parent e7ffd13e6b
commit d7afe90b26

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

Loading…
Cancel
Save