Commit bf1cf3ac by zhaochengxiang

模型接口调整

parent fca57956
......@@ -318,7 +318,7 @@ const ModelTable = (props) => {
}}
expandable={{
expandedRowRender: record => <ModelTable
modelId={record?.id}
modelId={record?.checkedOutId}
{...props}
/>,
expandIcon: ({ expanded, onExpand, record }) => {
......
......@@ -82,6 +82,7 @@ const VersionCompare = (props) => {
type: 'datamodel.compare',
payload: {
params: {
id,
versionId1: basicVersion,
versionId2: value
}
......
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