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
e2694654
authored
2025-02-19 11:27:04 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix
1 parent
3acfcf63
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
5 deletions
src/views/data_asset/registerManagemant.vue
src/views/data_product/productListing.vue
src/views/data_asset/registerManagemant.vue
View file @
e269465
...
...
@@ -229,7 +229,7 @@ const tableBtnClick = (scope, btn) => {
localStorage
.
setItem
(
'isRestart'
,
btn
.
label
==
'重新提交'
?
'true'
:
''
);
router
.
push
({
name
:
'registerStart'
,
query
:
{
guid
:
row
.
guid
,
exchangeGuid
:
row
.
exchangeGuid
,
name
:
row
.
daName
,
type
}
query
:
{
guid
:
row
.
guid
,
exchangeGuid
:
row
.
exchangeGuid
,
name
:
row
.
daName
,
type
,
serviceTenantGuid
:
row
.
tenantGuid
}
});
}
else
if
(
type
==
"delete"
)
{
delTableOpen
(
"此操作将永久删除该资产登记,是否继续?"
,
"warning"
);
...
...
src/views/data_product/productListing.vue
View file @
e269465
...
...
@@ -334,7 +334,8 @@ const tableBtnClick = (scope, btn) => {
type
:
type
==
'edit'
?
'edit'
:
'redit'
,
case
:
'1'
,
name
:
row
.
damName
,
exchangeGuid
:
row
.
exchangeGuid
exchangeGuid
:
row
.
exchangeGuid
,
serviceTenantGuid
:
row
.
tenantGuid
}
})
}
else
{
...
...
@@ -344,7 +345,8 @@ const tableBtnClick = (scope, btn) => {
guid
:
row
.
guid
,
type
:
type
==
'edit'
?
'edit'
:
'redit'
,
case
:
'2'
,
name
:
row
.
damName
name
:
row
.
damName
,
serviceTenantGuid
:
row
.
tenantGuid
}
});
}
...
...
@@ -512,7 +514,8 @@ const tableBtnClick = (scope, btn) => {
type
:
type
==
'edit'
?
'edit'
:
'redit'
,
case
:
'1'
,
name
:
row
.
damName
,
exchangeGuid
:
row
.
exchangeGuid
exchangeGuid
:
row
.
exchangeGuid
,
serviceTenantGuid
:
row
.
tenantGuid
}
})
}
else
{
...
...
@@ -522,7 +525,8 @@ const tableBtnClick = (scope, btn) => {
guid
:
row
.
guid
,
type
:
type
==
'edit'
?
'edit'
:
'redit'
,
case
:
'2'
,
name
:
row
.
damName
name
:
row
.
damName
,
serviceTenantGuid
:
row
.
tenantGuid
}
});
}
...
...
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