-
Notifications
You must be signed in to change notification settings - Fork 15.1k
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
FormTypes.popup重复点击会将子表值置空 #2117
Comments
代码贴一下 |
|
你把 field: 'boxid,boxcode,remainnum' ,这个配置去掉再试一下看看 |
你的用法不对, {
title: '盒子编码' ,
key: 'boxCode' ,
type: FormTypes.popup ,
popupCode: 'box_manage' ,
field: 'boxId' , // 从destFields中选择一个属性的值返回给当前组件
orgFields: 'boxid,boxcode,remainnum' ,
destFields: 'boxId,boxCode,remainNum',
validateRules: [{required: true, message: '${title}不能为空'}],
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
版本号:
2.4.0
问题描述:
子表使用FormTypes.popup,第一次点击会正常返回值,再一次选择重复数据点击会将子表值置空,而且不能进行赋值
截图&代码:
友情提示: 未按格式要求发帖,会直接删掉。
The text was updated successfully, but these errors were encountered: