Skip to content

升级到6.12.0后穿梭框数据超过100条后不显示 #11814

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

Closed
Heming9 opened this issue Apr 6, 2025 · 0 comments · Fixed by #11815
Closed

升级到6.12.0后穿梭框数据超过100条后不显示 #11814

Heming9 opened this issue Apr 6, 2025 · 0 comments · Fixed by #11815

Comments

@Heming9
Copy link

Heming9 commented Apr 6, 2025

描述问题:

从6.11.0升级到6.12.0 后穿梭框数据展示不正常, 能显示已选选项,但无法显示选项列表

截图或视频:

Image

如何复现(请务必完整填写下面内容):

	{
		"type": "transfer",
		"label": "权限列表",
		"name": "permissions",
		"selectMode": "tree",
		"resultListModeFollowSelect": false,
		"id": "u:09d964011234",
		"source": "${API_HOST}/api/v1/options?token=${ls:token}",
		"resultSearchable": false,
		"sortable": true,
		"searchable": true,
		"statistics": false,
		"labelField": "label",
		"valueField": "value",
		"size": "full",
		"menuTpl": "${label}",
		"selectTitle": "",
		"valueTpl": "${label}"
	  }

返回的接口数据格式

{
    "status": 0,
    "msg": "success",
    "data": {
        "options": [
            {
                "label": "",
                "value": 1
            }, 
            ...
        ]
     }
}
  1. 操作步骤
    返回超过100条数据后选项显示异常, 调整,virtualThreshold属性到1000后可正常显示,
@2betop 2betop linked a pull request Apr 7, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant