Commit fe454c2f by zhaochengxiang

修改问题

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