Commit fe454c2f by zhaochengxiang

修改问题

parent ddb96710
...@@ -133,7 +133,7 @@ const ModelTree = (props) => { ...@@ -133,7 +133,7 @@ const ModelTree = (props) => {
namespace: `${env?.domainId}` namespace: `${env?.domainId}`
}, },
callback: data => { callback: data => {
getDirTreeData(data.easyDataModelerDataModelCatalogId||'', data.offset); getDirTreeData(data.pdsDataServiceCatalogId||'', data.offset);
}, },
error: () => { error: () => {
setLoading(false); setLoading(false);
......
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