Explorar o código

Merge branch 'mergeBranch' into redUrgent

qymljy hai 1 ano
pai
achega
bb871544d6
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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:{