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
519ef289
authored
2025-02-21 17:36:21 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix
1 parent
1061b8c4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
src/views/data_inventory/dataLabel.vue
src/views/data_inventory/dataLabel.vue
View file @
519ef28
...
...
@@ -94,13 +94,13 @@ const getLabelPageData = async () => {
}
const
res
:
any
=
await
getLabelPageList
(
params
);
if
(
res
.
code
==
proxy
.
$passCode
)
{
tableInfo
.
value
.
loading
=
false
;
if
(
res
?.
code
==
proxy
.
$passCode
)
{
labelPageList
.
value
=
res
.
data
.
records
;
tableInfo
.
value
.
page
.
rows
=
res
.
data
.
totalRows
;
tableInfo
.
value
.
page
.
limit
=
res
.
data
.
pageSize
tableInfo
.
value
.
page
.
curr
=
res
.
data
.
pageIndex
tableInfo
.
value
.
data
=
labelPageList
.
value
;
tableInfo
.
value
.
loading
=
false
;
}
else
{
proxy
.
$ElMessage
.
error
(
res
.
msg
);
}
...
...
@@ -759,13 +759,13 @@ const searchClass = async (val: any, clear: boolean = false) => {
guids
:
guids
.
value
,
}
const
res
:
any
=
await
getLabelPageList
(
params
);
if
(
res
.
code
==
proxy
.
$passCode
)
{
tableInfo
.
value
.
loading
=
false
;
if
(
res
?.
code
==
proxy
.
$passCode
)
{
labelPageList
.
value
=
res
.
data
.
records
;
tableInfo
.
value
.
page
.
rows
=
res
.
data
.
totalRows
;
tableInfo
.
value
.
page
.
limit
=
res
.
data
.
pageSize
tableInfo
.
value
.
page
.
curr
=
res
.
data
.
pageIndex
tableInfo
.
value
.
data
=
labelPageList
.
value
;
tableInfo
.
value
.
loading
=
false
;
}
else
{
proxy
.
$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