瀏覽代碼

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:{