Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ae61eaa7
authored
2025-06-27 14:20:14 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix: 修改新建数据集接口
1 parent
e5e8fd45
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/api/modules/dataMetaService.ts
src/api/modules/dataMetaService.ts
View file @
ae61eaa
...
...
@@ -410,7 +410,7 @@ export const getSankeyData = (guid) => request({
/** 数仓目录树列表查询 */
export
const
getDataWareCatalogList
=
(
params
)
=>
request
({
// url: `${import.meta.env.VITE_APP_DATA_DELIVERY}delivery/ms-daop-data-plan-service/data-catalog-directory/tree-list`,
url
:
`
http://localhost:9000/
delivery/ms-daop-data-plan-service/data-catalog-directory/tree-list`
,
url
:
`
${
import
.
meta
.
env
.
VITE_API_BASEURL
}
delivery/ms-daop-data-plan-service/data-catalog-directory/tree-list`
,
method
:
'post'
,
data
:
params
})
...
...
@@ -527,7 +527,7 @@ export const aggMethodList = [{
/** 保存主题表设置,直接入库 */
export
const
saveSubjectTable
=
(
params
)
=>
request
({
url
:
`
http://localhost:9000/
delivery/ms-daop-data-plan-service/data-catalog-subject/add`
,
url
:
`
${
import
.
meta
.
env
.
VITE_API_BASEURL
}
delivery/ms-daop-data-plan-service/data-catalog-subject/add`
,
method
:
'post'
,
data
:
params
})
...
...
@@ -540,6 +540,6 @@ export const getDictionary = (params) => request({
/** 获取维度列表 */
export
const
getDimList
=
()
=>
request
({
url
:
`
http://localhost:9000/
delivery/ms-daop-data-plan-service/data-catalog-subject/get-dim-list`
,
url
:
`
${
import
.
meta
.
env
.
VITE_API_BASEURL
}
delivery/ms-daop-data-plan-service/data-catalog-subject/get-dim-list`
,
method
:
'get'
})
\ No newline at end of file
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment