Sfoglia il codice sorgente

Merge branch 'mergeBranch' into redUrgent

qymljy 1 anno fa
parent
commit
bb871544d6
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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:{