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
c1b99793
authored
2025-06-17 18:19:22 +0800
by
fanguang
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
字典列表树
1 parent
b727874e
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
28 additions
and
0 deletions
.env.development
src/api/modules/dataMetaService.ts
src/views/data_meta/standard-codetable.vue
src/views/data_meta/standard-codetable_old.vue
.env.development
View file @
c1b9979
...
...
@@ -5,6 +5,7 @@ VITE_APP_TITLE = 数据资产管理系统
# VITE_API_BASEURL = https://swzl-test.csbr.cn/api
# VITE_API_BASEURL = http://localhost:9000
VITE_API_BASEURL = http://192.168.6.20:28052/
# VITE_API_BASEURL = http://192.168.6.20:8052/
VITE_IDASS_BASEURL = https://idaas-test.csbr.cn/login
...
...
@@ -81,6 +82,9 @@ VITE_APP_ATTACHMENT_TEMPLATE = ms-daop-personel-service
#人员服务
VITE_APP_PERSONAL_URL = 'ms-daop-personel-service'
#元数据标准
VITE_APP_STANDARD_URL = 'ms-daop-meta-standard-service'
#流通平台地址
VITE_APP_CIRCULATION = http://192.168.6.20:18052/
# 测试环境访问地址
...
...
src/api/modules/dataMetaService.ts
View file @
c1b9979
...
...
@@ -249,3 +249,27 @@ export const delMetaDataSource = (databaseGuid) => request({
url
:
`
${
import
.
meta
.
env
.
VITE_APP_PLAN_BASEURL
}
/meta-collect-task/del-by-database-guid?databaseGuid=
${
databaseGuid
}
`
,
method
:
'delete'
,
})
/** 元数据-标准代码分页查询 */
export
const
getStandardCodeList
=
(
params
)
=>
request
({
url
:
`
${
import
.
meta
.
env
.
VITE_APP_STANDARD_URL
}
/standard-code/page-list`
,
method
:
'post'
,
data
:
params
})
/** 元数据-标准代码新增 */
export
const
saveStandardCode
=
(
params
)
=>
request
({
url
:
`
${
import
.
meta
.
env
.
VITE_APP_STANDARD_URL
}
/standard-code/save`
,
method
:
'post'
,
data
:
params
})
/** 元数据-标准代码修改 */
export
const
updateStandardCode
=
(
params
)
=>
request
({
url
:
`
${
import
.
meta
.
env
.
VITE_APP_STANDARD_URL
}
/standard-code/update`
,
method
:
'put'
,
data
:
params
})
/** 元数据-标准代码详情 */
export
const
getStandardCodeDetail
=
(
guid
)
=>
request
({
url
:
`
${
import
.
meta
.
env
.
VITE_APP_STANDARD_URL
}
/standard-code/detail?guid=
${
guid
}
`
,
method
:
'get'
,
})
\ No newline at end of file
...
...
src/views/data_meta/standard-codetable.vue
View file @
c1b9979
This diff is collapsed.
Click to expand it.
src/views/data_meta/standard-codetable_old.vue
0 → 100644
View file @
c1b9979
This diff is collapsed.
Click to expand it.
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