Skip to content

列表列展示问题 #110

@tb2888

Description

@tb2888
版本号:

1.3.0

问题描述:

如图

截图&代码:

image
image
image

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

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

Activity

LelandACM

LelandACM commented on Jun 28, 2022

@LelandACM

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

LelandACM

LelandACM commented on Jul 3, 2022

@LelandACM

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

zhangdaiscott

zhangdaiscott commented on Jul 3, 2022

@zhangdaiscott
Member

下个版本修复

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @zhangdaiscott@LelandACM@tb2888

        Issue actions

          列表列展示问题 · Issue #110 · jeecgboot/JeecgBoot-vue3