vue-element-admin keepAlive AppMain 添加keepAlive后表格错乱解决办法
activated() {
this.$nextTick(() => {
this.$refs.table.doLayout(); //解决表格错位 table替换表格的ref
});
}
activated() {
this.$nextTick(() => {
this.$refs.table.doLayout(); //解决表格错位 table替换表格的ref
});
}