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