Commit bc4145fc authored by 田翔's avatar 田翔

fix: BUG修复

parent 9ec718a4
{
"name": "panda-xform",
"version": "2.9.0",
"description": "2.9.0: 删除选项控制",
"version": "2.9.1",
"description": "2.9.1: BUG修复",
"keywords": [
"panda-xform"
],
......
......@@ -162,10 +162,10 @@ const FormDesigner = (props, ref) => {
return message.error('请按照提示完善表单内容')
}
let json = getJSON(designerRef.current.getValue(), fieldName)
let groups = Object.keys(json.properties)
if (groups.some(v => v.includes('_'))) {
return message.error('分组包含重复字段!')
}
// let groups = Object.keys(json.properties)
// if (groups.some(v => v.includes('_'))) {
// return message.error('分组包含重复字段!')
// }
designerRef.current.setValue(json)
const { code, data, msg } = await saveTableConfig(json)
if (code === 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment