Commit 534f49c4 by keymobile

客户说默认不勾选这个主键约束

parent 6c82d010
...@@ -137,6 +137,9 @@ const Basic = React.forwardRef(function ({ ids }, ref) { ...@@ -137,6 +137,9 @@ const Basic = React.forwardRef(function ({ ids }, ref) {
} }
} }
// 客户说默认不勾选这个主键约束
ddlFilter['primaryKeyConstraint'] = false
const newConfigs = (data??[]).map(item => ({ const newConfigs = (data??[]).map(item => ({
alertDLL: false, //false全量 true增量 alertDLL: false, //false全量 true增量
...item, ...item,
......
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