-
Notifications
You must be signed in to change notification settings - Fork 15.2k
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
BasicForm表单组件通过插槽的方式引入 JSelectPosition时遇到的问题 #7986
Labels
bug
Something isn't working
Comments
对版本进行补充: name:jeecgboot-vue3 、version:3.7.2、node 20.15.0 |
最新版有问题吗 |
assign kong |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
版本号:
前端 3.7.2
问题描述:
当BasicForm表单组件通过插槽的方式引入 JSelectPosition岗位选择组件(默认都是可多选),会有以下两个问题:
1.当编辑时,打开JSelectPosition弹出层,会默认勾选已经选中的数据,如果想取消该数据checkbox的选中状态。需要点击第二次才生效,点一次不生效。
2.也是在编辑的场景,直接点击已经选中数据tags右上角的删除按钮,删除失效。
错误截图:
第一个问题的截图:
第二个问题的截图:
以上问题都是在BasicForm表单组件中通过插槽的方式引入JSelectPosition时才会出现。通过Schema配置项直接配置使用则不会出现。
友情提示:
The text was updated successfully, but these errors were encountered: