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
e515422a
authored
2025-01-17 14:50:17 +0800
by
xukangle
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix
1 parent
840f6a2d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
6 deletions
src/api/modules/dataAsset.ts
src/views/data_asset/registerCatalogDetail.vue
src/views/data_asset/valueEvaluate.vue
src/api/modules/dataAsset.ts
View file @
e515422
...
...
@@ -133,6 +133,13 @@ export const getEvaDetail = (params) => request({
params
})
// 获取价值评价详情
export
const
getCostDetail
=
(
params
)
=>
request
({
url
:
`
${
import
.
meta
.
env
.
VITE_API_NEW_PORTAL
}
/cost-assessment/detail`
,
method
:
'get'
,
params
})
/** 资产价值评估相关接口 */
/** 获取资产价值评估分页列表。 */
...
...
src/views/data_asset/registerCatalogDetail.vue
View file @
e515422
This diff is collapsed.
Click to expand it.
src/views/data_asset/valueEvaluate.vue
View file @
e515422
...
...
@@ -369,11 +369,6 @@ const tableBtnClick = (scope, btn) => {
});
});
}
else
if
(
type
===
'detail'
)
{
// 详情
router
.
push
({
name
:
'registerValueDetail'
,
query
:
{
guid
:
row
.
registerGuid
,
costAssessGuid
:
row
.
guid
,
type
:
'costAssess'
,
daTenantGuid
:
row
.
tenantGuid
}
});
}
else
if
(
type
===
'detail'
)
{
// 详情
if
(
row
.
registerApproveState
==
'Y'
)
{
router
.
push
({
name
:
'registerDetail'
,
...
...
@@ -382,7 +377,7 @@ const tableBtnClick = (scope, btn) => {
}
else
{
router
.
push
({
name
:
'evaCatalogDetail'
,
query
:
{
guid
:
row
.
register
Guid
,
costAssessGuid
:
row
.
guid
,
type
:
'costAssess'
}
query
:
{
guid
:
row
.
dam
Guid
,
costAssessGuid
:
row
.
guid
,
type
:
'costAssess'
}
});
}
}
else
if
(
type
==
'productDetail'
)
{
...
...
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