qymljy vor 2 Jahren
Ursprung
Commit
a13135e33c
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  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.$nextTick(() => {
         this.$refs.tables.doLayout()
         this.$refs.tables.doLayout()
       });
       });
+    },
+    data(){
+      this.$nextTick(() => {
+        this.$refs.tables.doLayout()
+      });
     }
     }
   },
   },
   methods:{
   methods:{