This commit is contained in:
曹辉 2022-09-29 17:47:17 +08:00
parent 6df50b37c3
commit e8ae9f0378

View File

@ -598,6 +598,7 @@ export default {
pageNum: 1,
pageSize: 10,
kindergartenId: null,
kindergartenName:null,
batchCode: null,
reportCode: null,
reportName: null,
@ -689,6 +690,7 @@ export default {
kindergartenNameclick(row) {
this.kindergartenName = row.kindergartenName;
this.queryParams.kindergartenId = row.id;
this.queryParams.kindergartenName = row.kindergartenName;
this.kindergartenId = row.id;
this.kindergartenshow = false;
},