src/components/panel/topicSearch/SewersSearch.vue
@@ -171,12 +171,13 @@ // 搜索功能 async handleSearch () { // console.log(this.form.dataType.sname, this.form.keyword) // console.log(this.form) this.list = [] this.wfsHelper.clearFilter() // todo 现在管网还没区分开类型,后面改 this.wfsHelper.setTypeName([this.form.dataType.typeName]) if (this.form.keyword) { this.wfsHelper.addLike('name', this.form.keyword) this.wfsHelper.addLike('pipename', this.form.keyword) } const filter = this.form.dataType.filter if (filter) {