20200618-zlp-1

幼儿园管理-完善
This commit is contained in:
paidaxing444
2020-06-18 11:59:12 +08:00
parent 639357f280
commit 82b81e3dc4
5 changed files with 261 additions and 122 deletions

View File

@ -407,7 +407,7 @@ export default {
if (this.queryParams.type == null) {
this.queryParams.type = "";
} else {
this.queryParams.type = this.queryParams.type.toString() + ",";
this.queryParams.type = this.queryParams.type.toString();
}
this.queryParams.pageNum = 1;
this.getList();

View File

@ -171,7 +171,7 @@ export default {
if (this.queryParams.type == null) {
this.queryParams.type = "";
} else {
this.queryParams.type = this.queryParams.type.toString()+",";
this.queryParams.type = this.queryParams.type.toString();
}
//console.log(this.queryParams.type);
this.queryParams.pageNum = 1;