dedsudiyu 2 gadi atpakaļ
vecāks
revīzija
82a0a8be2e

+ 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) {