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