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
fcab5c40
authored
2025-06-17 18:19:22 +0800
by
fanguang
Committed by
lihua
2025-06-30 14:27:16 +0800
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
字典列表树
1 parent
a6d0bdc6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 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 @
fcab5c4
...
...
@@ -83,6 +83,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 = https://daop-lt-test.zgsjzc.com/
# 测试环境访问地址
...
...
src/api/modules/dataMetaService.ts
View file @
fcab5c4
...
...
@@ -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 @
fcab5c4
This diff is collapsed.
Click to expand it.
src/views/data_meta/standard-codetable_old.vue
0 → 100644
View file @
fcab5c4
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