Commit 13205385 by zhaochengxiang

bug fix

parent 55e14e40
...@@ -57,7 +57,7 @@ const Basic = ({ item }) => { ...@@ -57,7 +57,7 @@ const Basic = ({ item }) => {
type: 'datamodel.getMatchMetadataTableById', type: 'datamodel.getMatchMetadataTableById',
payload: { payload: {
params: { params: {
envId: app?.env, envId: app?.env?.domainId,
easyDataModelerDataModelId: item?.id, easyDataModelerDataModelId: item?.id,
} }
}, },
......
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