Co-authored-by: 舒培培 <622292@ky-tech.com.cn>
This commit is contained in:
parent
934ccd34ea
commit
8a7d9bcd4d
|
|
@ -182,10 +182,12 @@
|
||||||
});
|
});
|
||||||
|
|
||||||
watchEffect(() => {
|
watchEffect(() => {
|
||||||
const columns = table.getColumns();
|
setTimeout(() => {
|
||||||
if (columns.length && !state.isInit) {
|
const columns = table.getColumns();
|
||||||
init();
|
if (columns.length && !state.isInit) {
|
||||||
}
|
init();
|
||||||
|
}
|
||||||
|
}, 0);
|
||||||
});
|
});
|
||||||
|
|
||||||
watchEffect(() => {
|
watchEffect(() => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue