venus-design 1.0.79 → 1.0.80
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -863,7 +863,7 @@ export var VENUS_FORM_ITEM_TYPE = {
|
|
|
863
863
|
//@ts-ignore
|
|
864
864
|
,
|
|
865
865
|
comAttr: column.parameterSource.uploadSecField && {
|
|
866
|
-
secId: formData[column.parameterSource.uploadSecField]
|
|
866
|
+
secId: formData[column.parameterSource.uploadSecField].value
|
|
867
867
|
},
|
|
868
868
|
rules: [{
|
|
869
869
|
//是否必填通过其他字段判断时可使用required:{label:string,fieldName:string,value:any}
|