|
@@ -841,8 +841,9 @@ export default {
|
|
|
let pa = {
|
|
|
PageNumber: this.currentPage[this.tabChecked],
|
|
|
PageSize: this.pageSizeArr[this.tabChecked],
|
|
|
- Filters: `CreateTime>='${this.checkTimeArr[0]}';CreateTime<='${this.checkTimeArr[1]}';BuildingId='${this.buildId}';Family='${this.code}';code_type IN (-1,-2,-3,0,2)`
|
|
|
+ Filters: `CreateTime>='${this.checkTimeArr[0]}';CreateTime<='${this.checkTimeArr[1]}';BuildingId='${this.buildId}';Family='${this.code}'`
|
|
|
}
|
|
|
+ //;codeType in [ -1,-2,-3,0,2]
|
|
|
// 添加建筑条件
|
|
|
if (this.floorId == 'noKnow') {
|
|
|
pa.Filters += `;FloorId isNull`
|