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