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

29161 北电]资助-三金-国家助学金申请中职,申请字段限制问题

上级 33beec33
......@@ -25,9 +25,9 @@ function formatDatas(datas, url = '') {
let datasCode = JSON.stringify(datas);
const openIsBinary = window.CONFIG?.IS_BINARY;
if (test) {
console.log(url, datas);
}
// if (test) {
// console.log(url, datas);
// }
if (openIsBinary) {
datasCode = strToBinary(datasCode);
......
......@@ -3130,8 +3130,9 @@ ${obj[dataColumn.base52]}
otherProps = {};
}
}
console.log(initValue);
cm = getFieldDecorator(dataColumn.base52, {
initialValue: initValue,
initialValue: !initValue && otherProps?.mode === 'multiple' ? undefined : initValue ,
rules:
json.vlds && json.vlds.length > 0
? json.vlds
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论