Commit 467b4f52 by zhaochengxiang

资产属性关联增加isNew判断

parent 1b2415cd
......@@ -194,6 +194,7 @@ const AttributeRelationWithSourceModel = (props) => {
data: newRels,
params: {
sourceModel: row.sourceModel,
isNew: sourceModel?false:true,
}
},
callback: data => {
......
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