diff --git a/src/views/system/kindergartenInfo/index.vue b/src/views/system/kindergartenInfo/index.vue index ff0836d..33ed31a 100644 --- a/src/views/system/kindergartenInfo/index.vue +++ b/src/views/system/kindergartenInfo/index.vue @@ -271,12 +271,12 @@ export default { type: "", types: [ { - id: "", + id: 1, label: "公办", children: [], }, { - id: "", + id: 2, label: "私有", children: [], }, @@ -366,8 +366,8 @@ export default { this.type2 = res.data[1].dictValue; this.types[0].id = res.data[0].dictValue; this.types[1].id = res.data[1].dictValue; - console.log(this.types); + console.log(this.queryParams); }); }, // 取消按钮 @@ -389,7 +389,8 @@ export default { }, /** 搜索按钮操作 */ handleQuery() { - // this.queryParams.pageNum = 1; + this.queryParams.pageNum = 1; + console.log(this.queryParams); listKindergartenInfo(this.queryParams).then((response) => { this.kindergartenInfoList = response.rows; console.log(this.kindergartenInfoList);