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
3026be5d
authored
2025-01-16 08:58:58 +0800
by
xukangle
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix
1 parent
0bc96dcb
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
4 deletions
src/api/modules/dataProduct.ts
src/router/modules/dataAsset.ts
src/views/data_product/productListing.vue
src/views/data_product/productListingDetail.vue
src/api/modules/dataProduct.ts
View file @
3026be5
...
...
@@ -40,6 +40,13 @@ export const getListingCount = () => request({
method
:
'post'
,
})
// 驳回流程数据
export
const
productRejectFlowData
=
(
data
)
=>
request
({
url
:
`
${
import
.
meta
.
env
.
VITE_API_NEW_PORTAL
}
/product-grounding/submit-flow`
,
method
:
'post'
,
data
})
/** 获取数据产品上架详情 */
export
const
getListingDetail
=
(
params
)
=>
request
({
...
...
src/router/modules/dataAsset.ts
View file @
3026be5
...
...
@@ -26,7 +26,7 @@ const routes: RouteRecordRaw[] = [
path
:
'/data-asset/register-catalog'
,
component
:
Layout
,
meta
:
{
title
:
'数据
资产
目录'
,
title
:
'数据
产品
目录'
,
icon
:
'sidebar-videos'
,
},
children
:
[
...
...
@@ -35,7 +35,7 @@ const routes: RouteRecordRaw[] = [
name
:
'registerCatalogManagement'
,
component
:
()
=>
import
(
'@/views/data_asset/registerCatalogManagement.vue'
),
meta
:
{
title
:
'数据
资产
目录'
,
title
:
'数据
产品
目录'
,
sidebar
:
false
,
breadcrumb
:
false
,
cache
:
true
...
...
@@ -46,7 +46,7 @@ const routes: RouteRecordRaw[] = [
name
:
'registerCatalogCreate'
,
component
:
()
=>
import
(
'@/views/data_asset/registerCatalogCreate.vue'
),
meta
:
{
title
:
'新建
资产
目录'
,
title
:
'新建
产品
目录'
,
sidebar
:
false
,
breadcrumb
:
false
,
cache
:
true
,
...
...
src/views/data_product/productListing.vue
View file @
3026be5
This diff is collapsed.
Click to expand it.
src/views/data_product/productListingDetail.vue
View file @
3026be5
...
...
@@ -365,7 +365,7 @@ const formInfo = ref<any>({
field
:
'productImg'
,
default
:
[],
limit
:
1
,
block
:
tru
e
,
block
:
fals
e
,
required
:
false
,
// col: 'mr8',
// style: {
...
...
@@ -1422,7 +1422,9 @@ onBeforeMount(() => {
}
else
{
getProducts
();
}
if
(
route
.
query
.
exchangeGuid
)
{
getTemplateInfo
();
}
})
// 获取模板信息
...
...
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