20200618-zlp-1
幼儿园管理-完善
This commit is contained in:
@ -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();
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user