mirror of
https://github.com/vbenjs/gf-vben-admin.git
synced 2025-02-03 03:32:59 +08:00
Co-authored-by: 舒培培 <622292@ky-tech.com.cn>
This commit is contained in:
parent
0893632d02
commit
7692a3d95b
@ -182,10 +182,12 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
watchEffect(() => {
|
watchEffect(() => {
|
||||||
|
setTimeout(() => {
|
||||||
const columns = table.getColumns();
|
const columns = table.getColumns();
|
||||||
if (columns.length && !state.isInit) {
|
if (columns.length && !state.isInit) {
|
||||||
init();
|
init();
|
||||||
}
|
}
|
||||||
|
}, 0);
|
||||||
});
|
});
|
||||||
|
|
||||||
watchEffect(() => {
|
watchEffect(() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user