瀏覽代碼

Merge branch '3.3.7-scxjy' into web-v2

dedsudiyu 1 年之前
父節點
當前提交
aa533487b5
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      src/views/comprehensive/laboratoryManagement/subject/addSubject.vue

+ 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;