Commit a9ea2e3b by zhaochengxiang

变更目录

parent 1b6701fb
......@@ -23,11 +23,11 @@ const RecatalogModal = (props) => {
setConfirmLoading(true);
dispatch({
type: 'datamodel.recatalogDataModel',
type: 'pds.recatalogService',
payload: {
params: {
easyDataModelCatalogId: catalogId,
easyDataModelerDataModelIds: ids.join(',')
pdsDataServiceCatalogId: catalogId,
pdsDataServiceIds: ids.join(',')
},
},
callback: message => {
......
......@@ -64,7 +64,7 @@ class Model extends React.Component {
componentDidMount() {
this.getModelStates();
this.getPreference();
// this.getPreference();
window?.addEventListener("storage", this.modelEventChange);
}
......
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