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
5bf81f57
authored
2025-10-24 14:11:35 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix: 修改江苏专区的产品上架重新提交问题
1 parent
2f6de1ec
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
src/views/data_asset/registerCatalogManagement.vue
src/views/data_product/productListingDetail.vue
src/views/data_asset/registerCatalogManagement.vue
View file @
5bf81f5
...
...
@@ -47,6 +47,7 @@ const isRegisterOptions = ref<any>([
const
damTypesOptions
=
ref
<
any
>
([
{
label
:
"自建"
,
value
:
1
},
{
label
:
"加工交付"
,
value
:
2
},
{
label
:
"江苏专区"
,
value
:
4
},
{
label
:
"可信数据空间"
,
value
:
5
},
])
const
searchItemList
=
ref
([
...
...
src/views/data_product/productListingDetail.vue
View file @
5bf81f5
...
...
@@ -1191,9 +1191,6 @@ const setFormItems = (row: any = null, isDetail = false) => {
if
(
row
.
timeAreaStart
&&
row
.
timeAreaEnd
)
{
item
.
default
=
[
row
.
timeAreaStart
,
row
.
timeAreaEnd
];
}
if
(
row
.
foundMode
==
5
)
{
item
.
default
=
[]
}
// else {
// item.default = row ? [row.timeAreaStart, row.timeAreaEnd] : null;
// }
...
...
@@ -1228,6 +1225,7 @@ const setFormItems = (row: any = null, isDetail = false) => {
}
else
{
item
.
default
=
row
[
item
.
field
]
!==
undefined
?
row
[
item
.
field
]
:
(
item
.
default
||
''
);
item
.
field
==
'productCode'
&&
(
item
.
visible
=
!!
item
.
default
)
// if (item && item.hasOwnProperty('default')) {
// item.default = row ? row[item.field] : (item.default || '');
// } else {
...
...
@@ -1306,8 +1304,6 @@ const selectChange = async (val, row, info) => {
}
}
else
if
(
row
.
field
==
'pricingWay'
)
{
await
setFormItems
({
...
info
});
formInfo
.
value
.
items
.
at
(
10
).
visible
=
val
!=
'4'
;
formInfo
.
value
.
items
.
at
(
11
).
visible
=
val
!=
'4'
;
}
}
...
...
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