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
8454b49c
authored
2025-01-11 17:25:29 +0800
by
lxs
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
数据资产登记更新
1 parent
72a20f40
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
src/api/modules/queryService.ts
src/views/data_asset/registerManagemant.vue
src/views/data_asset/registerStart.vue
src/api/modules/queryService.ts
View file @
8454b49
...
...
@@ -122,7 +122,7 @@ export const getServiceTenants = (params) => request({
/** 获取会员的附件模板 */
export const getTenantAttach = (params) => request({
url: `
$
{
import
.
meta
.
env
.
VITE_APP_
API_BASE
URL
}
/attachment-template/
list
-
attachment
?
tenantGuid
=
$
{
params
}
`,
url: `
$
{
import
.
meta
.
env
.
VITE_APP_
PERSONAL_
URL
}
/attachment-template/
list
-
attachment
?
tenantGuid
=
$
{
params
}
`,
method: 'get'
})
...
...
src/views/data_asset/registerManagemant.vue
View file @
8454b49
...
...
@@ -228,7 +228,7 @@ const tableBtnClick = (scope, btn) => {
localStorage
.
setItem
(
'isRestart'
,
btn
.
label
==
'重新提交'
?
'true'
:
''
);
router
.
push
({
name
:
'registerStart'
,
query
:
{
guid
:
row
.
guid
,
damGuid
:
row
.
dam
Guid
,
name
:
row
.
daName
,
type
}
query
:
{
guid
:
row
.
guid
,
exchangeGuid
:
row
.
exchange
Guid
,
name
:
row
.
daName
,
type
}
});
}
else
if
(
type
==
"delete"
)
{
delTableOpen
(
"此操作将永久删除该资产登记,是否继续?"
,
"warning"
);
...
...
src/views/data_asset/registerStart.vue
View file @
8454b49
This diff is collapsed.
Click to expand it.
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