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
dac5d293
authored
2025-01-15 10:31:10 +0800
by
xukangle
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'develop' of
http://117.78.60.236:8000/csbr-daop/fe-data-asset-management
into develop
2 parents
4d695af8
d6e60d1a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
src/views/data_asset/registerManagemant.vue
src/views/data_asset/registerManagemant.vue
View file @
dac5d29
...
...
@@ -328,6 +328,7 @@ const delTableOpen = (msg, type, isBatch: boolean = false) => {
const
getTableData
=
()
=>
{
loading
.
value
=
true
;
getExchangeData
();
getRegisterList
({
pageSize
:
pageInfo
.
value
.
limit
,
pageIndex
:
pageInfo
.
value
.
curr
,
...
...
@@ -376,7 +377,7 @@ const toSearch = (val: any, clear: boolean = false) => {
pageInfo
.
value
.
tenantGuid
=
val
.
tenantGuid
;
}
getTableData
();
getExchangeData
();
//
getExchangeData();
};
const
pageChange
=
(
info
)
=>
{
...
...
@@ -389,13 +390,13 @@ onActivated(() => {
if
(
assetStore
.
isRefresh
)
{
//如果是首次加载,则不需要调用
pageInfo
.
value
.
curr
=
1
;
getTableData
();
getExchangeData
();
//
getExchangeData();
assetStore
.
set
(
false
);
}
})
onBeforeMount
(()
=>
{
getExchangeData
();
//
getExchangeData();
})
const
passDialogInfo
=
ref
({
...
...
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