Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

列表列展示问题 #110

Closed
tb2888 opened this issue Jun 28, 2022 · 3 comments
Closed

列表列展示问题 #110

tb2888 opened this issue Jun 28, 2022 · 3 comments

Comments

@tb2888
Copy link

tb2888 commented Jun 28, 2022

版本号:

1.3.0

问题描述:

如图

截图&代码:

image
image
image

友情提示(为了提高issue处理效率):

  • 未按格式要求发帖,会被直接删掉;
  • 请自己初判问题描述是否清楚,是否方便我们调查处理;
  • 描述过于简单或模糊,导致无法处理的,会被直接删掉;
@LelandACM
Copy link

更新后,我也出现这样的问题

@LelandACM
Copy link

在原监听函数添加个setTimeout定时器延时获取数据即可
watchEffect(() => { setTimeout(() => { const columns = table.getColumns(); if (columns.length && !state.isInit) { init(); } }, 0); });

@zhangdaiscott
Copy link
Member

下个版本修复

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants