Commit bf1cf3ac by zhaochengxiang

模型接口调整

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