|
@@ -245,7 +245,7 @@ export default {
|
|
|
},
|
|
|
}
|
|
|
if (this.keyword) {
|
|
|
- queryData.data.keyword = `${this.keyword}:drawernum,outspec;`
|
|
|
+ queryData.data.keyword = `${this.keyword}:drawernum,outspec,control;`
|
|
|
}
|
|
|
// 筛选 配电室之后, location字段上送
|
|
|
if (this.modalData.location && this.modalData.location !== '全部') {
|
|
@@ -360,7 +360,7 @@ export default {
|
|
|
},
|
|
|
}
|
|
|
if (this.keyword) {
|
|
|
- queryData.data.keyword = `${this.keyword}:drawernum,outspec;`
|
|
|
+ queryData.data.keyword = `${this.keyword}:drawernum,outspec,control;`
|
|
|
}
|
|
|
// 筛选 配电室之后, location字段上送
|
|
|
console.log(queryData)
|