提交 f8fd62e1 authored 作者: 钟是志's avatar 钟是志

调试数据

上级 968ed7f9
...@@ -3163,14 +3163,16 @@ ${obj[dataColumn.base52]} ...@@ -3163,14 +3163,16 @@ ${obj[dataColumn.base52]}
otherProps = {}; otherProps = {};
} }
} }
const optDiy = Array.isArray(json?.options) ? json.options : Array.isArray(options) ? options : [];
if(dataColumn.base52 === 'KjWXQFIprRc'){ if(dataColumn.base52 === 'KjWXQFIprRc'){
console.log(json, required); // console.log(json, required, dataColumn, optDiy);
} }
const optDiy = Array.isArray(json?.options) ? json.options : Array.isArray(options) ? options : [];
cm = getFieldDecorator(dataColumn.base52, { cm = getFieldDecorator(dataColumn.base52, {
initialValue: !initValue && otherProps?.mode === 'multiple' ? undefined : initValue, initialValue: !initValue && otherProps?.mode === 'multiple' ? undefined : initValue,
rules: rules:
json.vlds && json.vlds.length > 0 Array.isArray(json.vlds) && json.vlds.length > 0
? json.vlds ? json.vlds
: [ : [
{ {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论