|
@@ -359,7 +359,10 @@
|
|
this.getListClassifiedAll();
|
|
this.getListClassifiedAll();
|
|
this.getListClasstypeAll();
|
|
this.getListClasstypeAll();
|
|
this.labMoldQueryOption();
|
|
this.labMoldQueryOption();
|
|
-
|
|
|
|
|
|
+ //获取楼栋
|
|
|
|
+ buildFloorGetlist({type:2}).then(response => {
|
|
|
|
+ this.buildings = response.rows;
|
|
|
|
+ });
|
|
//安全标识字典
|
|
//安全标识字典
|
|
this.getDicts("sys_safety_warning").then(response => {
|
|
this.getDicts("sys_safety_warning").then(response => {
|
|
this.safetyWarning = response.data;
|
|
this.safetyWarning = response.data;
|