Commit a9ea2e3b by zhaochengxiang

变更目录

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