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
f7be7fe5
authored
2026-04-09 10:17:11 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix: 解决接口报错提示问题
1 parent
c1f29bf7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
src/views/data_facilitator/authenticationManagement.vue
src/views/data_facilitator/settleStart.vue
src/views/data_facilitator/authenticationManagement.vue
View file @
f7be7fe
...
...
@@ -951,7 +951,8 @@ const getTenant = () => {
)
}
}
else
{
ElMessage
.
error
(
res
.
msg
);
loading
.
value
=
false
;
res
?.
msg
&&
ElMessage
.
error
(
res
.
msg
);
}
}).
catch
(()
=>
{
loading
.
value
=
false
;
...
...
src/views/data_facilitator/settleStart.vue
View file @
f7be7fe
...
...
@@ -642,7 +642,7 @@ onBeforeMount(() => {
let
logonUserDetail
=
logonUserDetailInfo
.
value
=
res2
?.
data
||
{};
if
(
res2
?.
code
==
proxy
.
$passCode
)
{
}
else
{
proxy
.
$ElMessage
.
error
(
res
1
.
msg
);
proxy
.
$ElMessage
.
error
(
res
2
.
msg
);
}
if
(
res1
?.
code
==
proxy
.
$passCode
)
{
let
connectorDetail
=
connectorDetailInfo
.
value
=
res1
?.
data
||
{};
...
...
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