Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
szse
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhaochengxiang
szse
Commits
bdcd6c5a
Commit
bdcd6c5a
authored
Nov 05, 2022
by
zhaochengxiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加缺失的接口
parent
c56dd919
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
pds.js
src/service/pds.js
+3
-3
ModelTable.jsx
src/view/Manage/Model/Component/ModelTable.jsx
+1
-1
index.jsx
src/view/Manage/Model/index.jsx
+1
-1
No files found.
src/service/pds.js
View file @
bdcd6c5a
...
@@ -25,11 +25,11 @@ export function getServices(payload) {
...
@@ -25,11 +25,11 @@ export function getServices(payload) {
}
}
export
function
getStateServices
(
payload
)
{
export
function
getStateServices
(
payload
)
{
return
GetJSON
(
"/pdataservice/pdsCURD/
load
DataServiceStateCatalog"
,
payload
)
return
GetJSON
(
"/pdataservice/pdsCURD/
getCurrent
DataServiceStateCatalog"
,
payload
)
}
}
export
function
searchService
(
payload
)
{
export
function
searchService
(
payload
)
{
return
GetJSON
(
"/pdataservice/pdsCURD/searchPDSDataServicesByNaming"
,
payload
)
}
}
export
function
deleteService
(
payload
)
{
export
function
deleteService
(
payload
)
{
...
@@ -45,7 +45,7 @@ export function nextState(payload) {
...
@@ -45,7 +45,7 @@ export function nextState(payload) {
}
}
export
function
getCheckoutService
(
payload
)
{
export
function
getCheckoutService
(
payload
)
{
return
GetJSON
(
"/pdataservice/pdsCURD/getCheckoutDataService"
,
payload
)
}
}
export
function
getServiceDigest
(
payload
)
{
export
function
getServiceDigest
(
payload
)
{
...
...
src/view/Manage/Model/Component/ModelTable.jsx
View file @
bdcd6c5a
...
@@ -494,7 +494,7 @@ const ModelTable = (props) => {
...
@@ -494,7 +494,7 @@ const ModelTable = (props) => {
dispatch
({
dispatch
({
type
:
'pds.nextState'
,
type
:
'pds.nextState'
,
payload
:
{
payload
:
{
easyDataModelerDataModel
Id
:
record
.
id
,
pdsDataService
Id
:
record
.
id
,
actionId
:
action
.
id
actionId
:
action
.
id
},
},
callback
:
()
=>
{
callback
:
()
=>
{
...
...
src/view/Manage/Model/index.jsx
View file @
bdcd6c5a
...
@@ -161,7 +161,7 @@ class Model extends React.Component {
...
@@ -161,7 +161,7 @@ class Model extends React.Component {
dispatchLatestHomepage({
dispatchLatestHomepage({
type: 'pds.getStateServices',
type: 'pds.getStateServices',
payload: {
payload: {
pdsDataServiceCatalogId: catalogId,
pdsDataService
State
CatalogId: catalogId,
namespace: `
$
{
this
.
props
.
app
?.
env
?.
domainId
}
`
namespace: `
$
{
this
.
props
.
app
?.
env
?.
domainId
}
`
},
},
callback: data => {
callback: data => {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment