39fc4c42 by xukangle

fix

1 parent e449fb94
......@@ -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) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!