Commit 549f64e3 by zhaochengxiang

模型对比元数据范围只能选schema

parent b5613018
...@@ -689,6 +689,7 @@ const MetadataRangeItem = ({ value, onChange }) => { ...@@ -689,6 +689,7 @@ const MetadataRangeItem = ({ value, onChange }) => {
value: item._id, value: item._id,
scopeId: node?.scopeId, scopeId: node?.scopeId,
idStr: item._id, idStr: item._id,
disabled: 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