-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
下拉树数据源展示问题 #1775
Comments
api接口需要初始化加载时带入pid参数,并且初始化时只展示一级数据进行过滤。因为折叠标签点击一下就需要调一次后台方法。此处应该可以优化,一次性查出所有JSON数据之后再就不需要频繁与后台方法进行交互。 |
归档 |
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
版本号:1.5.8
问题描述:下拉树数据源展示只有一个父子关系,呈现多组错乱显示效果。另外配置的数据字典在查询栏会显示英文名称
错误日志&截图:
重现步骤:
{'loadTree':'http:********/project/getDictTreeProj?dictCode=dict_proj'}
后台api接口返回的数据结构pid为空也会出现上述图片结果
[{"title":"华城荷坳发展有限公司","value":"2","pid":"0","id":"o_2"},{"title":"华城荷坳项目","value":"1","pid":"o_2","id":"p_1"}]
友情提示(为了提高issue处理效率):
The text was updated successfully, but these errors were encountered: