解决方式:
this.$refs.table.doLayout();
activated() {
// table是表格的ref属性值
if (this.$refs.table && this.$refs.table.doLayout) {
this.$refs.table.doLayout();
}
}
解决方式:
this.$refs.table.doLayout();
activated() {
// table是表格的ref属性值
if (this.$refs.table && this.$refs.table.doLayout) {
this.$refs.table.doLayout();
}
}
309

被折叠的 条评论
为什么被折叠?