Browse Source

Merge remote-tracking branch 'remotes/origin/3.3.2-dzxxp' into 3.3.4-kdyh

dedsudiyu 2 years ago
parent
commit
4228b6f77a

+ 9 - 1
src/views/comprehensive/laboratoryManagement/building/buildingDetails.vue

@@ -1036,7 +1036,15 @@
             }
           }
         }else if(type == 2){
-
+          if(res){
+            this.loadingInstance.close();
+            if(res.data){
+              if(res.data.url){
+                this.$set(this,'mapSrc',res.data.url)
+                this.$set(this, 'shadeBoxType', 1);
+              }
+            }
+          }
         }
       },
       beforeAvatarUpload(file) {