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
9bb6daf4
authored
2025-11-28 16:51:17 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
行业分类传level1
1 parent
7d6fd2e4
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
src/views/data_asset/registerCatalogCreate.vue
src/views/data_facilitator/authenticationManagement.vue
src/views/data_facilitator/certificationAuditDetail.vue
src/views/data_asset/registerCatalogCreate.vue
View file @
9bb6daf
...
...
@@ -964,6 +964,7 @@ onBeforeMount(() => {
getDamTypesList
({
dictType
:
"行业分类"
,
level
:
1
}).
then
((
res
:
any
)
=>
{
if
(
res
.
code
==
proxy
.
$passCode
)
{
industryDictList
.
value
=
res
.
data
||
[];
...
...
src/views/data_facilitator/authenticationManagement.vue
View file @
9bb6daf
...
...
@@ -1380,7 +1380,7 @@ onBeforeMount(() => {
res
?.
msg
&&
proxy
.
$ElMessage
.
error
(
res
?.
msg
);
}
})
getParamsList
({
dictType
:
'行业分类'
}).
then
((
res
:
any
)
=>
{
getParamsList
({
dictType
:
'行业分类'
,
level
:
1
}).
then
((
res
:
any
)
=>
{
if
(
res
?.
code
==
proxy
.
$passCode
)
{
industryList
.
value
=
res
.
data
||
[];
let
index
=
contentFormItems
.
value
.
findIndex
(
item
=>
item
.
field
==
'industry'
);
...
...
src/views/data_facilitator/certificationAuditDetail.vue
View file @
9bb6daf
...
...
@@ -1147,7 +1147,7 @@ onBeforeMount(() => {
()
=>
getDetail
(),
)
}
getParamsList
({
dictType
:
'行业分类'
}).
then
((
res
:
any
)
=>
{
getParamsList
({
dictType
:
'行业分类'
,
level
:
1
}).
then
((
res
:
any
)
=>
{
if
(
res
?.
code
==
proxy
.
$passCode
)
{
industryList
.
value
=
res
.
data
||
[];
let
index
=
contentFormItems
.
value
.
findIndex
(
item
=>
item
.
field
==
'industry'
);
...
...
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