zhuliu 2 lat temu
rodzic
commit
a410105c51

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