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
da630f9a
authored
2025-11-28 10:05:48 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
解决数据产品报错弹框问题
1 parent
0c02b061
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
src/utils/request.ts
src/views/data_asset/registerCatalogManagement.vue
src/utils/request.ts
View file @
da630f9
...
...
@@ -203,6 +203,11 @@ service.interceptors.response.use(
})
}
break
case
504
:
if
(
error
.
response
.
data
?.
msg
)
{
ElMessage
.
error
(
error
.
response
.
data
?.
msg
);
}
break
default
:
if
(
error
.
response
.
data
.
error
==
"invalid_grant"
)
{
ElMessage
({
...
...
src/views/data_asset/registerCatalogManagement.vue
View file @
da630f9
...
...
@@ -419,7 +419,7 @@ const handleUploadClose = (itemGuid) => {
</div>
<div
class=
"label-main"
>
<div
class=
"dataLabel"
v-if=
"item.damTypeName"
>
{{
item
.
damTypeName
}}
</div>
<div
class=
"dataLabel"
v-show=
"item.
subjectDomain"
style=
"margin-left: 4px;"
>
{{
item
.
subjectDomainName
||
item
.
subjectDomain
||
'--'
}}
</div>
<div
class=
"dataLabel"
v-show=
"item.
domainName"
style=
"margin-left: 4px;"
>
{{
item
.
domainName
||
'--'
}}
</div>
</div>
</div>
<div
class=
"v-middle"
>
...
...
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