|
@@ -496,7 +496,8 @@ export default {
|
|
|
|
|
|
EquipController.getEquipTableCon(param).then((res) => {
|
|
|
this.loading = false;
|
|
|
- this.showParts = res.message == "1" ? true : false; // 判断是否显示包含的部件列
|
|
|
+ // 注释:去掉包含的部件
|
|
|
+ // this.showParts = res.message == "1" ? true : false; // 判断是否显示包含的部件列
|
|
|
this.tableData = res.content.map((item) => {
|
|
|
if (item.hasOwnProperty("buildingId") && item.hasOwnProperty("floorId")) {
|
|
|
item.flowBuild = item.buildingId + "-" + item.floorId;
|