Selaa lähdekoodia

Merge branch '3.3.6-zzjg&jzbj' into 3.3.7-scxjy

dedsudiyu 1 vuosi sitten
vanhempi
commit
0d3114f45c

+ 4 - 1
src/views/comprehensive/laboratoryManagement/subject/addSubject.vue

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