소스 검색

Merge branch 'mergeBranch' into redUrgent

qymljy 1 년 전
부모
커밋
bb871544d6
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      src/components/normal-basic-layout/modules/table.vue

+ 5 - 0
src/components/normal-basic-layout/modules/table.vue

@@ -69,6 +69,11 @@ export default {
       this.$nextTick(() => {
         this.$refs.tables.doLayout()
       });
+    },
+    data(){
+      this.$nextTick(() => {
+        this.$refs.tables.doLayout()
+      });
     }
   },
   methods:{