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
60d4c4d5
authored
2025-10-23 10:41:22 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
产品上架带出资源描述
1 parent
f284ad8f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/data_product/productListingDetail.vue
src/views/data_product/productListingDetail.vue
View file @
60d4c4d
...
...
@@ -1227,7 +1227,7 @@ const selectChange = async (val, row, info) => {
const
data
=
row
.
options
.
filter
(
o
=>
o
.
damName
==
val
);
const
dataInfo
=
data
.
length
?
data
[
0
]
:
{};
let
coverageArea
=
(
data
.
length
&&
data
[
0
].
coverageArea
)
?
data
[
0
].
coverageArea
:
[];
await
setFormItems
({
...
info
,
...
dataInfo
,
coverageArea
:
coverageArea
});
await
setFormItems
({
...
info
,
...
dataInfo
,
coverageArea
:
coverageArea
,
content
:
dataInfo
.
propertyDescription
||
dataInfo
.
sceneDescription
||
info
.
content
});
// formInfo.value.items.forEach((item: any) => {
// if (item.field == 'costAssessmentFileInfo') {
// item.default = data?.[0]?.assessmentFile || [];
...
...
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