Commit 86d09ee5 by zhaochengxiang

模型增加分区

parent d092e57a
......@@ -91,8 +91,6 @@ const AttributesInput = ({ value = [], attributes, onChange }) => {
const onAttributeChange = (value, index) => {
console.log('att', indexedEasyDataModelAttributes);
console.log('value', value);
if (indexedEasyDataModelAttributes.findIndex(item => item.iid === value) !== -1) {
showMessage('warn', '字段不能重复选择');
return;
......
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