Commit bdcd6c5a by zhaochengxiang

增加缺失的接口

parent c56dd919
......@@ -25,11 +25,11 @@ export function getServices(payload) {
}
export function getStateServices(payload) {
return GetJSON("/pdataservice/pdsCURD/loadDataServiceStateCatalog", payload)
return GetJSON("/pdataservice/pdsCURD/getCurrentDataServiceStateCatalog", payload)
}
export function searchService(payload) {
return GetJSON("/pdataservice/pdsCURD/searchPDSDataServicesByNaming", payload)
}
export function deleteService(payload) {
......@@ -45,7 +45,7 @@ export function nextState(payload) {
}
export function getCheckoutService(payload) {
return GetJSON("/pdataservice/pdsCURD/getCheckoutDataService", payload)
}
export function getServiceDigest(payload) {
......
......@@ -494,7 +494,7 @@ const ModelTable = (props) => {
dispatch({
type: 'pds.nextState',
payload: {
easyDataModelerDataModelId: record.id,
pdsDataServiceId: record.id,
actionId: action.id
},
callback: () => {
......
......@@ -161,7 +161,7 @@ class Model extends React.Component {
dispatchLatestHomepage({
type: 'pds.getStateServices',
payload: {
pdsDataServiceCatalogId: catalogId,
pdsDataServiceStateCatalogId: catalogId,
namespace: `${this.props.app?.env?.domainId}`
},
callback: data => {
......
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