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
39fc4c42
authored
2025-01-16 17:47:38 +0800
by
xukangle
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix
1 parent
e449fb94
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
src/views/data_product/productListing.vue
src/views/data_product/productListing.vue
View file @
39fc4c4
...
...
@@ -364,9 +364,9 @@ const tableBtnClick = (scope, btn) => {
// 数交所上架 [params.commitmentLetterInfo[0].url]
params
=
{
guid
:
scope
.
row
.
guid
,
accreditFile
:
[
scope
.
row
.
accreditFile
[
0
].
url
]
,
accreditFile
:
scope
.
row
.
accreditFile
,
caseNumber
:
scope
.
row
.
caseNumber
,
commitmentLetter
:
[
scope
.
row
.
commitmentLetter
[
0
].
url
]
,
commitmentLetter
:
scope
.
row
.
commitmentLetter
,
content
:
scope
.
row
.
productDesc
,
costAssessmentInstitution
:
scope
.
row
.
costAssessmentInstitution
,
costAssessmentInstitutionGuid
:
scope
.
row
.
costAssessmentInstitutionGuid
,
...
...
@@ -377,7 +377,7 @@ const tableBtnClick = (scope, btn) => {
damType
:
scope
.
row
.
damType
,
dataScale
:
scope
.
row
.
dataScale
,
deliveryWay
:
scope
.
row
.
deliveryWay
,
evaluationFile
:
[
scope
.
row
.
evaluationFile
[
0
].
url
]
,
evaluationFile
:
scope
.
row
.
evaluationFile
,
exchangeGuid
:
scope
.
row
.
exchangeGuid
,
feeDesc
:
scope
.
row
.
feeDesc
,
immediateApprove
:
true
,
...
...
@@ -390,8 +390,8 @@ const tableBtnClick = (scope, btn) => {
timeAreaStart
:
scope
.
row
.
timeAreaStart
,
timeAreaEnd
:
scope
.
row
.
timeAreaEnd
,
registrationCertificate
:
scope
.
row
.
registrationCertificate
,
productDetail
:
[
scope
.
row
.
productDetail
[
0
].
url
]
,
assessmentFile
:
[
scope
.
row
.
assessmentFile
[
0
].
url
]
,
productDetail
:
scope
.
row
.
productDetail
,
assessmentFile
:
scope
.
row
.
assessmentFile
,
}
listingUpdate
(
params
).
then
((
res
:
any
)
=>
{
if
(
res
.
code
==
proxy
.
$passCode
)
{
...
...
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