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
e14a4dd0
authored
2025-03-04 10:20:58 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Merge commit '
5e38e5bf
' into release
1 parent
36b6cc14
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
src/views/indexNewBigScreen.vue
src/views/indexNewBigScreen.vue
View file @
e14a4dd
...
...
@@ -301,8 +301,7 @@ const getTradeTableData = () => {
}).
then
((
res
:
any
)
=>
{
tradeTableInfo
.
value
.
loading1
=
false
;
if
(
res
.
code
==
proxy
.
$passCode
)
{
let
data
=
res
.
data
||
{};
tradeTableInfo
.
value
.
data
=
data
||
[];
tradeTableInfo
.
value
.
data
=
res
.
data
||
[];
}
else
{
ElMessage
.
error
(
res
.
msg
);
}
...
...
@@ -397,8 +396,7 @@ const getFinancingTableData = () => {
getApiInvokeCount
(
params
).
then
((
res
:
any
)
=>
{
financingTableInfo
.
value
.
loading1
=
false
;
if
(
res
.
code
==
proxy
.
$passCode
)
{
let
data
=
res
.
data
||
{};
financingTableInfo
.
value
.
data
=
data
||
[];
financingTableInfo
.
value
.
data
=
res
.
data
||
[];
}
else
{
ElMessage
.
error
(
res
.
msg
);
}
...
...
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