幼儿园管理微改

This commit is contained in:
曹辉 2022-07-29 14:31:27 +08:00
parent efba12cb14
commit 78fa8f95e5

View File

@ -271,12 +271,12 @@ export default {
type: "", type: "",
types: [ types: [
{ {
id: "", id: 1,
label: "公办", label: "公办",
children: [], children: [],
}, },
{ {
id: "", id: 2,
label: "私有", label: "私有",
children: [], children: [],
}, },
@ -366,8 +366,8 @@ export default {
this.type2 = res.data[1].dictValue; this.type2 = res.data[1].dictValue;
this.types[0].id = res.data[0].dictValue; this.types[0].id = res.data[0].dictValue;
this.types[1].id = res.data[1].dictValue; this.types[1].id = res.data[1].dictValue;
console.log(this.types); console.log(this.types);
console.log(this.queryParams);
}); });
}, },
// //
@ -389,7 +389,8 @@ export default {
}, },
/** 搜索按钮操作 */ /** 搜索按钮操作 */
handleQuery() { handleQuery() {
// this.queryParams.pageNum = 1; this.queryParams.pageNum = 1;
console.log(this.queryParams);
listKindergartenInfo(this.queryParams).then((response) => { listKindergartenInfo(this.queryParams).then((response) => {
this.kindergartenInfoList = response.rows; this.kindergartenInfoList = response.rows;
console.log(this.kindergartenInfoList); console.log(this.kindergartenInfoList);