|
@@ -315,8 +315,7 @@ export default {
|
|
|
filters: `classCode='${this.classCode}'`,
|
|
|
pageSize: this.pageSize,
|
|
|
orders: 'createTime desc, id desc',
|
|
|
- pageNumber: this.pageNumber,
|
|
|
- // projection: ['category', 'localName', 'localId', 'id', 'bimId', 'cADID', 'locationJson', 'bimLocation'],
|
|
|
+ pageNumber: this.pageNumber
|
|
|
}
|
|
|
if (this.buildId == 'noKnow') {
|
|
|
params.filters += `;buildingId isNull`
|