zhuliu пре 2 година
родитељ
комит
4f40bfc017
1 измењених фајлова са 4 додато и 1 уклоњено
  1. 4 1
      RMS-FrontEnd/src/views/report/components/mixins.js

+ 4 - 1
RMS-FrontEnd/src/views/report/components/mixins.js

@@ -79,7 +79,10 @@ export const explain = {
           this.$set(row,name,str + new_img)
         }
         this.$forceUpdate()
-       this.setHeight()
+        if(this.tableHeight){
+          this.setHeight()
+        }
+       
        
       };
       reader.readAsDataURL(file);