修改
This commit is contained in:
parent
6df50b37c3
commit
e8ae9f0378
@ -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;
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user