소스 검색

拆分特征

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