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

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

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