|
|
@ -762,22 +762,22 @@ export default {
|
|
|
|
let otherMaterials = this.form.otherMaterials.split(',')
|
|
|
|
let otherMaterials = this.form.otherMaterials.split(',')
|
|
|
|
let report = this.form.report.split(',')
|
|
|
|
let report = this.form.report.split(',')
|
|
|
|
agreement.forEach(item => {
|
|
|
|
agreement.forEach(item => {
|
|
|
|
this.uploadListOne.push({name: item,url: item})
|
|
|
|
this.uploadListOne.push({name: item,url: process.env.VUE_APP_BASE_API + item})
|
|
|
|
this.fileListOne = [...this.uploadListOne]
|
|
|
|
this.fileListOne = [...this.uploadListOne]
|
|
|
|
this.form.fileListOne = [...this.uploadListOne]
|
|
|
|
this.form.fileListOne = [...this.uploadListOne]
|
|
|
|
})
|
|
|
|
})
|
|
|
|
businessLicense.forEach(item => {
|
|
|
|
businessLicense.forEach(item => {
|
|
|
|
this.uploadListTwo.push({name: item,url: item})
|
|
|
|
this.uploadListTwo.push({name: item,url: process.env.VUE_APP_BASE_API + item})
|
|
|
|
this.fileListTwo = [...this.uploadListTwo]
|
|
|
|
this.fileListTwo = [...this.uploadListTwo]
|
|
|
|
this.form.fileListTwo = [...this.uploadListTwo]
|
|
|
|
this.form.fileListTwo = [...this.uploadListTwo]
|
|
|
|
})
|
|
|
|
})
|
|
|
|
otherMaterials.forEach(item => {
|
|
|
|
otherMaterials.forEach(item => {
|
|
|
|
this.uploadListThree.push({name: item,url: item})
|
|
|
|
this.uploadListThree.push({name: item,url: process.env.VUE_APP_BASE_API + item})
|
|
|
|
this.fileListThree = [...this.uploadListThree]
|
|
|
|
this.fileListThree = [...this.uploadListThree]
|
|
|
|
this.form.fileListThree = [...this.uploadListThree]
|
|
|
|
this.form.fileListThree = [...this.uploadListThree]
|
|
|
|
})
|
|
|
|
})
|
|
|
|
report.forEach(item => {
|
|
|
|
report.forEach(item => {
|
|
|
|
this.uploadListFour.push({name: item,url: item})
|
|
|
|
this.uploadListFour.push({name: item,url: process.env.VUE_APP_BASE_API + item})
|
|
|
|
this.fileListFour = [...this.uploadListFour]
|
|
|
|
this.fileListFour = [...this.uploadListFour]
|
|
|
|
this.form.fileListFour = [...this.uploadListFour]
|
|
|
|
this.form.fileListFour = [...this.uploadListFour]
|
|
|
|
})
|
|
|
|
})
|
|
|
@ -786,7 +786,7 @@ export default {
|
|
|
|
this.form = response.data.bmsBigStrongAwardQueryVo //2
|
|
|
|
this.form = response.data.bmsBigStrongAwardQueryVo //2
|
|
|
|
let developmentPlan = this.form.developmentPlan.split(',')
|
|
|
|
let developmentPlan = this.form.developmentPlan.split(',')
|
|
|
|
developmentPlan.forEach(item => {
|
|
|
|
developmentPlan.forEach(item => {
|
|
|
|
this.uploadList.push({name: item,url: item})
|
|
|
|
this.uploadList.push({name: item,url: process.env.VUE_APP_BASE_API + item})
|
|
|
|
this.fileList = [...this.uploadList]
|
|
|
|
this.fileList = [...this.uploadList]
|
|
|
|
this.form.fileList = [...this.uploadList]
|
|
|
|
this.form.fileList = [...this.uploadList]
|
|
|
|
})
|
|
|
|
})
|
|
|
@ -797,17 +797,17 @@ export default {
|
|
|
|
let businessLicense = this.form.businessLicense.split(',')
|
|
|
|
let businessLicense = this.form.businessLicense.split(',')
|
|
|
|
let fireReport = this.form.fireReport.split(',')
|
|
|
|
let fireReport = this.form.fireReport.split(',')
|
|
|
|
supportingMaterials.forEach(item => {
|
|
|
|
supportingMaterials.forEach(item => {
|
|
|
|
this.uploadListOne.push({name: item,url: item})
|
|
|
|
this.uploadListOne.push({name: item,url: process.env.VUE_APP_BASE_API + item})
|
|
|
|
this.fileListOne = [...this.uploadListOne]
|
|
|
|
this.fileListOne = [...this.uploadListOne]
|
|
|
|
this.form.fileListOne = [...this.uploadListOne]
|
|
|
|
this.form.fileListOne = [...this.uploadListOne]
|
|
|
|
})
|
|
|
|
})
|
|
|
|
businessLicense.forEach(item => {
|
|
|
|
businessLicense.forEach(item => {
|
|
|
|
this.uploadListTwo.push({name: item,url: item})
|
|
|
|
this.uploadListTwo.push({name: item,url: process.env.VUE_APP_BASE_API + item})
|
|
|
|
this.fileListTwo = [...this.uploadListTwo]
|
|
|
|
this.fileListTwo = [...this.uploadListTwo]
|
|
|
|
this.form.fileListTwo = [...this.uploadListTwo]
|
|
|
|
this.form.fileListTwo = [...this.uploadListTwo]
|
|
|
|
})
|
|
|
|
})
|
|
|
|
fireReport.forEach(item => {
|
|
|
|
fireReport.forEach(item => {
|
|
|
|
this.uploadListThree.push({name: item,url: item})
|
|
|
|
this.uploadListThree.push({name: item,url: process.env.VUE_APP_BASE_API + item})
|
|
|
|
this.fileListThree = [...this.uploadListThree]
|
|
|
|
this.fileListThree = [...this.uploadListThree]
|
|
|
|
this.form.fileListThree = [...this.uploadListThree]
|
|
|
|
this.form.fileListThree = [...this.uploadListThree]
|
|
|
|
})
|
|
|
|
})
|
|
|
@ -816,7 +816,7 @@ export default {
|
|
|
|
this.form = response.data.bmsPlatformConstructionAward //4
|
|
|
|
this.form = response.data.bmsPlatformConstructionAward //4
|
|
|
|
let agreement = this.form.agreement.split(',')
|
|
|
|
let agreement = this.form.agreement.split(',')
|
|
|
|
agreement.forEach(item => {
|
|
|
|
agreement.forEach(item => {
|
|
|
|
this.uploadList.push({name: item,url: item})
|
|
|
|
this.uploadList.push({name: item,url: process.env.VUE_APP_BASE_API + item})
|
|
|
|
this.fileList = [...this.uploadList]
|
|
|
|
this.fileList = [...this.uploadList]
|
|
|
|
this.form.fileList = [...this.uploadList]
|
|
|
|
this.form.fileList = [...this.uploadList]
|
|
|
|
})
|
|
|
|
})
|
|
|
@ -826,7 +826,7 @@ export default {
|
|
|
|
this.form.level = this.form.level + ''
|
|
|
|
this.form.level = this.form.level + ''
|
|
|
|
let evidence = this.form.evidence.split(',')
|
|
|
|
let evidence = this.form.evidence.split(',')
|
|
|
|
evidence.forEach(item => {
|
|
|
|
evidence.forEach(item => {
|
|
|
|
this.uploadList.push({name: item,url: item})
|
|
|
|
this.uploadList.push({name: item,url: process.env.VUE_APP_BASE_API + item})
|
|
|
|
this.fileList = [...this.uploadList]
|
|
|
|
this.fileList = [...this.uploadList]
|
|
|
|
this.form.fileList = [...this.uploadList]
|
|
|
|
this.form.fileList = [...this.uploadList]
|
|
|
|
})
|
|
|
|
})
|
|
|
@ -836,7 +836,7 @@ export default {
|
|
|
|
this.form.type = this.form.type + ''
|
|
|
|
this.form.type = this.form.type + ''
|
|
|
|
let material = this.form.material.split(',')
|
|
|
|
let material = this.form.material.split(',')
|
|
|
|
material.forEach(item => {
|
|
|
|
material.forEach(item => {
|
|
|
|
this.uploadList.push({name: item,url: item})
|
|
|
|
this.uploadList.push({name: item,url: process.env.VUE_APP_BASE_API + item})
|
|
|
|
this.fileList = [...this.uploadList]
|
|
|
|
this.fileList = [...this.uploadList]
|
|
|
|
this.form.fileList = [...this.uploadList]
|
|
|
|
this.form.fileList = [...this.uploadList]
|
|
|
|
})
|
|
|
|
})
|
|
|
@ -847,17 +847,17 @@ export default {
|
|
|
|
let usesFunds = this.form.usesFunds.split(',')
|
|
|
|
let usesFunds = this.form.usesFunds.split(',')
|
|
|
|
let auditReport = this.form.auditReport.split(',')
|
|
|
|
let auditReport = this.form.auditReport.split(',')
|
|
|
|
projectPlan.forEach(item => {
|
|
|
|
projectPlan.forEach(item => {
|
|
|
|
this.uploadListOne.push({name: item,url: item})
|
|
|
|
this.uploadListOne.push({name: item,url: process.env.VUE_APP_BASE_API + item})
|
|
|
|
this.fileListOne = [...this.uploadListOne]
|
|
|
|
this.fileListOne = [...this.uploadListOne]
|
|
|
|
this.form.fileListOne = [...this.uploadListOne]
|
|
|
|
this.form.fileListOne = [...this.uploadListOne]
|
|
|
|
})
|
|
|
|
})
|
|
|
|
usesFunds.forEach(item => {
|
|
|
|
usesFunds.forEach(item => {
|
|
|
|
this.uploadListTwo.push({name: item,url: item})
|
|
|
|
this.uploadListTwo.push({name: item,url: process.env.VUE_APP_BASE_API + item})
|
|
|
|
this.fileListTwo = [...this.uploadListTwo]
|
|
|
|
this.fileListTwo = [...this.uploadListTwo]
|
|
|
|
this.form.fileListTwo = [...this.uploadListTwo]
|
|
|
|
this.form.fileListTwo = [...this.uploadListTwo]
|
|
|
|
})
|
|
|
|
})
|
|
|
|
auditReport.forEach(item => {
|
|
|
|
auditReport.forEach(item => {
|
|
|
|
this.uploadListThree.push({name: item,url: item})
|
|
|
|
this.uploadListThree.push({name: item,url: process.env.VUE_APP_BASE_API + item})
|
|
|
|
this.fileListThree = [...this.uploadListThree]
|
|
|
|
this.fileListThree = [...this.uploadListThree]
|
|
|
|
this.form.fileListThree = [...this.uploadListThree]
|
|
|
|
this.form.fileListThree = [...this.uploadListThree]
|
|
|
|
})
|
|
|
|
})
|
|
|
@ -866,7 +866,7 @@ export default {
|
|
|
|
this.form = response.data.bmsIndustrialInternetAward //8
|
|
|
|
this.form = response.data.bmsIndustrialInternetAward //8
|
|
|
|
let material = this.form.material.split(',')
|
|
|
|
let material = this.form.material.split(',')
|
|
|
|
material.forEach(item => {
|
|
|
|
material.forEach(item => {
|
|
|
|
this.uploadList.push({name: item,url: item})
|
|
|
|
this.uploadList.push({name: item,url: process.env.VUE_APP_BASE_API + item})
|
|
|
|
// console.log(this.uploadList);
|
|
|
|
// console.log(this.uploadList);
|
|
|
|
this.fileList = [...this.uploadList]
|
|
|
|
this.fileList = [...this.uploadList]
|
|
|
|
this.form.fileList = [...this.uploadList]
|
|
|
|
this.form.fileList = [...this.uploadList]
|
|
|
@ -879,22 +879,22 @@ export default {
|
|
|
|
let auditReport = this.form.auditReport.split(',')
|
|
|
|
let auditReport = this.form.auditReport.split(',')
|
|
|
|
let financialStatements = this.form.financialStatements.split(',')
|
|
|
|
let financialStatements = this.form.financialStatements.split(',')
|
|
|
|
filingNotice.forEach(item => {
|
|
|
|
filingNotice.forEach(item => {
|
|
|
|
this.uploadListOne.push({name: item,url: item})
|
|
|
|
this.uploadListOne.push({name: item,url: process.env.VUE_APP_BASE_API + item})
|
|
|
|
this.fileListOne = [...this.uploadListOne]
|
|
|
|
this.fileListOne = [...this.uploadListOne]
|
|
|
|
this.form.fileListOne = [...this.uploadListOne]
|
|
|
|
this.form.fileListOne = [...this.uploadListOne]
|
|
|
|
})
|
|
|
|
})
|
|
|
|
invoice.forEach(item => {
|
|
|
|
invoice.forEach(item => {
|
|
|
|
this.uploadListTwo.push({name: item,url: item})
|
|
|
|
this.uploadListTwo.push({name: item,url: process.env.VUE_APP_BASE_API + item})
|
|
|
|
this.fileListTwo = [...this.uploadListTwo]
|
|
|
|
this.fileListTwo = [...this.uploadListTwo]
|
|
|
|
this.form.fileListTwo = [...this.uploadListTwo]
|
|
|
|
this.form.fileListTwo = [...this.uploadListTwo]
|
|
|
|
})
|
|
|
|
})
|
|
|
|
auditReport.forEach(item => {
|
|
|
|
auditReport.forEach(item => {
|
|
|
|
this.uploadListThree.push({name: item,url: item})
|
|
|
|
this.uploadListThree.push({name: item,url: process.env.VUE_APP_BASE_API + item})
|
|
|
|
this.fileListThree = [...this.uploadListThree]
|
|
|
|
this.fileListThree = [...this.uploadListThree]
|
|
|
|
this.form.fileListThree = [...this.uploadListThree]
|
|
|
|
this.form.fileListThree = [...this.uploadListThree]
|
|
|
|
})
|
|
|
|
})
|
|
|
|
financialStatements.forEach(item => {
|
|
|
|
financialStatements.forEach(item => {
|
|
|
|
this.uploadListFour.push({name: item,url: item})
|
|
|
|
this.uploadListFour.push({name: item,url: process.env.VUE_APP_BASE_API + item})
|
|
|
|
this.fileListFour = [...this.uploadListFour]
|
|
|
|
this.fileListFour = [...this.uploadListFour]
|
|
|
|
this.form.fileListFour = [...this.uploadListFour]
|
|
|
|
this.form.fileListFour = [...this.uploadListFour]
|
|
|
|
})
|
|
|
|
})
|
|
|
@ -906,22 +906,22 @@ export default {
|
|
|
|
let filingNotice = this.form.filingNotice.split(',')
|
|
|
|
let filingNotice = this.form.filingNotice.split(',')
|
|
|
|
let auditReport = this.form.auditReport.split(',')
|
|
|
|
let auditReport = this.form.auditReport.split(',')
|
|
|
|
honorCertificate.forEach(item => {
|
|
|
|
honorCertificate.forEach(item => {
|
|
|
|
this.uploadListOne.push({name: item,url: item})
|
|
|
|
this.uploadListOne.push({name: item,url: process.env.VUE_APP_BASE_API + item})
|
|
|
|
this.fileListOne = [...this.uploadListOne]
|
|
|
|
this.fileListOne = [...this.uploadListOne]
|
|
|
|
this.form.fileListOne = [...this.uploadListOne]
|
|
|
|
this.form.fileListOne = [...this.uploadListOne]
|
|
|
|
})
|
|
|
|
})
|
|
|
|
platformName.forEach(item => {
|
|
|
|
platformName.forEach(item => {
|
|
|
|
this.uploadListTwo.push({name: item,url: item})
|
|
|
|
this.uploadListTwo.push({name: item,url: process.env.VUE_APP_BASE_API + item})
|
|
|
|
this.fileListTwo = [...this.uploadListTwo]
|
|
|
|
this.fileListTwo = [...this.uploadListTwo]
|
|
|
|
this.form.fileListTwo = [...this.uploadListTwo]
|
|
|
|
this.form.fileListTwo = [...this.uploadListTwo]
|
|
|
|
})
|
|
|
|
})
|
|
|
|
filingNotice.forEach(item => {
|
|
|
|
filingNotice.forEach(item => {
|
|
|
|
this.uploadListThree.push({name: item,url: item})
|
|
|
|
this.uploadListThree.push({name: item,url: process.env.VUE_APP_BASE_API + item})
|
|
|
|
this.fileListThree = [...this.uploadListThree]
|
|
|
|
this.fileListThree = [...this.uploadListThree]
|
|
|
|
this.form.fileListThree = [...this.uploadListThree]
|
|
|
|
this.form.fileListThree = [...this.uploadListThree]
|
|
|
|
})
|
|
|
|
})
|
|
|
|
auditReport.forEach(item => {
|
|
|
|
auditReport.forEach(item => {
|
|
|
|
this.uploadListFour.push({name: item,url: item})
|
|
|
|
this.uploadListFour.push({name: item,url: process.env.VUE_APP_BASE_API + item})
|
|
|
|
this.fileListFour = [...this.uploadListFour]
|
|
|
|
this.fileListFour = [...this.uploadListFour]
|
|
|
|
this.form.fileListFour = [...this.uploadListFour]
|
|
|
|
this.form.fileListFour = [...this.uploadListFour]
|
|
|
|
})
|
|
|
|
})
|
|
|
@ -938,47 +938,47 @@ export default {
|
|
|
|
let capitalVerificationReport = this.form.capitalVerificationReport.split(',')
|
|
|
|
let capitalVerificationReport = this.form.capitalVerificationReport.split(',')
|
|
|
|
let otherEvidence = this.form.otherEvidence.split(',')
|
|
|
|
let otherEvidence = this.form.otherEvidence.split(',')
|
|
|
|
evidence.forEach(item => {
|
|
|
|
evidence.forEach(item => {
|
|
|
|
this.uploadListOne.push({name: item,url: item})
|
|
|
|
this.uploadListOne.push({name: item,url: process.env.VUE_APP_BASE_API + item})
|
|
|
|
this.fileListOne = [...this.uploadListOne]
|
|
|
|
this.fileListOne = [...this.uploadListOne]
|
|
|
|
this.form.fileListOne = [...this.uploadListOne]
|
|
|
|
this.form.fileListOne = [...this.uploadListOne]
|
|
|
|
})
|
|
|
|
})
|
|
|
|
businessLicense.forEach(item => {
|
|
|
|
businessLicense.forEach(item => {
|
|
|
|
this.uploadListTwo.push({name: item,url: item})
|
|
|
|
this.uploadListTwo.push({name: item,url: process.env.VUE_APP_BASE_API + item})
|
|
|
|
this.fileListTwo = [...this.uploadListTwo]
|
|
|
|
this.fileListTwo = [...this.uploadListTwo]
|
|
|
|
this.form.fileListTwo = [...this.uploadListTwo]
|
|
|
|
this.form.fileListTwo = [...this.uploadListTwo]
|
|
|
|
})
|
|
|
|
})
|
|
|
|
taxPaymentCertificate.forEach(item => {
|
|
|
|
taxPaymentCertificate.forEach(item => {
|
|
|
|
this.uploadListThree.push({name: item,url: item})
|
|
|
|
this.uploadListThree.push({name: item,url: process.env.VUE_APP_BASE_API + item})
|
|
|
|
this.fileListThree = [...this.uploadListThree]
|
|
|
|
this.fileListThree = [...this.uploadListThree]
|
|
|
|
this.form.fileListThree = [...this.uploadListThree]
|
|
|
|
this.form.fileListThree = [...this.uploadListThree]
|
|
|
|
})
|
|
|
|
})
|
|
|
|
auditReport.forEach(item => {
|
|
|
|
auditReport.forEach(item => {
|
|
|
|
this.uploadListFour.push({name: item,url: item})
|
|
|
|
this.uploadListFour.push({name: item,url: process.env.VUE_APP_BASE_API + item})
|
|
|
|
this.fileListFour = [...this.uploadListFour]
|
|
|
|
this.fileListFour = [...this.uploadListFour]
|
|
|
|
this.form.fileListFour = [...this.uploadListFour]
|
|
|
|
this.form.fileListFour = [...this.uploadListFour]
|
|
|
|
})
|
|
|
|
})
|
|
|
|
equityStructureChart.forEach(item => {
|
|
|
|
equityStructureChart.forEach(item => {
|
|
|
|
this.uploadListFive.push({name: item,url: item})
|
|
|
|
this.uploadListFive.push({name: item,url: process.env.VUE_APP_BASE_API + item})
|
|
|
|
this.fileListFive = [...this.uploadListFive]
|
|
|
|
this.fileListFive = [...this.uploadListFive]
|
|
|
|
this.form.fileListFive = [...this.uploadListFive]
|
|
|
|
this.form.fileListFive = [...this.uploadListFive]
|
|
|
|
})
|
|
|
|
})
|
|
|
|
declarationReport.forEach(item => {
|
|
|
|
declarationReport.forEach(item => {
|
|
|
|
this.uploadListSix.push({name: item,url: item})
|
|
|
|
this.uploadListSix.push({name: item,url: process.env.VUE_APP_BASE_API + item})
|
|
|
|
this.fileListSix = [...this.uploadListSix]
|
|
|
|
this.fileListSix = [...this.uploadListSix]
|
|
|
|
this.form.fileListSix = [...this.uploadListSix]
|
|
|
|
this.form.fileListSix = [...this.uploadListSix]
|
|
|
|
})
|
|
|
|
})
|
|
|
|
independentAccounting.forEach(item => {
|
|
|
|
independentAccounting.forEach(item => {
|
|
|
|
this.uploadListSeven.push({name: item,url: item})
|
|
|
|
this.uploadListSeven.push({name: item,url: process.env.VUE_APP_BASE_API + item})
|
|
|
|
this.fileListSeven = [...this.uploadListSeven]
|
|
|
|
this.fileListSeven = [...this.uploadListSeven]
|
|
|
|
this.form.fileListSeven = [...this.uploadListSeven]
|
|
|
|
this.form.fileListSeven = [...this.uploadListSeven]
|
|
|
|
})
|
|
|
|
})
|
|
|
|
capitalVerificationReport.forEach(item => {
|
|
|
|
capitalVerificationReport.forEach(item => {
|
|
|
|
this.uploadListEight.push({name: item,url: item})
|
|
|
|
this.uploadListEight.push({name: item,url: process.env.VUE_APP_BASE_API + item})
|
|
|
|
this.fileListEight = [...this.uploadListEight]
|
|
|
|
this.fileListEight = [...this.uploadListEight]
|
|
|
|
this.form.fileListEight = [...this.uploadListEight]
|
|
|
|
this.form.fileListEight = [...this.uploadListEight]
|
|
|
|
})
|
|
|
|
})
|
|
|
|
otherEvidence.forEach(item => {
|
|
|
|
otherEvidence.forEach(item => {
|
|
|
|
this.uploadListNine.push({name: item,url: item})
|
|
|
|
this.uploadListNine.push({name: item,url: process.env.VUE_APP_BASE_API + item})
|
|
|
|
this.fileListNine = [...this.uploadListNine]
|
|
|
|
this.fileListNine = [...this.uploadListNine]
|
|
|
|
this.form.fileListNine = [...this.uploadListNine]
|
|
|
|
this.form.fileListNine = [...this.uploadListNine]
|
|
|
|
})
|
|
|
|
})
|
|
|
@ -1489,7 +1489,7 @@ export default {
|
|
|
|
this.fileList.push(file)
|
|
|
|
this.fileList.push(file)
|
|
|
|
let data = {};
|
|
|
|
let data = {};
|
|
|
|
data.name = response.originalFilename;
|
|
|
|
data.name = response.originalFilename;
|
|
|
|
data.url = response.url;
|
|
|
|
data.url = response.fileName;
|
|
|
|
this.uploadList.push(data)
|
|
|
|
this.uploadList.push(data)
|
|
|
|
this.form.fileList = this.fileList
|
|
|
|
this.form.fileList = this.fileList
|
|
|
|
})
|
|
|
|
})
|
|
|
@ -1506,7 +1506,7 @@ export default {
|
|
|
|
this.fileListOne.push(file)
|
|
|
|
this.fileListOne.push(file)
|
|
|
|
let data = {};
|
|
|
|
let data = {};
|
|
|
|
data.name = response.originalFilename;
|
|
|
|
data.name = response.originalFilename;
|
|
|
|
data.url = response.url;
|
|
|
|
data.url = response.fileName;
|
|
|
|
this.uploadListOne.push(data)
|
|
|
|
this.uploadListOne.push(data)
|
|
|
|
this.form.fileListOne = this.fileListOne
|
|
|
|
this.form.fileListOne = this.fileListOne
|
|
|
|
// console.log('this.fileListOne: ', this.fileListOne);
|
|
|
|
// console.log('this.fileListOne: ', this.fileListOne);
|
|
|
@ -1524,7 +1524,7 @@ export default {
|
|
|
|
this.fileListTwo.push(file)
|
|
|
|
this.fileListTwo.push(file)
|
|
|
|
let data = {};
|
|
|
|
let data = {};
|
|
|
|
data.name = response.originalFilename;
|
|
|
|
data.name = response.originalFilename;
|
|
|
|
data.url = response.url;
|
|
|
|
data.url = response.fileName;
|
|
|
|
this.uploadListTwo.push(data)
|
|
|
|
this.uploadListTwo.push(data)
|
|
|
|
this.form.fileListTwo = this.fileListTwo
|
|
|
|
this.form.fileListTwo = this.fileListTwo
|
|
|
|
// console.log('this.fileListTwo: ', this.fileListTwo);
|
|
|
|
// console.log('this.fileListTwo: ', this.fileListTwo);
|
|
|
@ -1542,7 +1542,7 @@ export default {
|
|
|
|
this.fileListThree.push(file)
|
|
|
|
this.fileListThree.push(file)
|
|
|
|
let data = {};
|
|
|
|
let data = {};
|
|
|
|
data.name = response.originalFilename;
|
|
|
|
data.name = response.originalFilename;
|
|
|
|
data.url = response.url;
|
|
|
|
data.url = response.fileName;
|
|
|
|
this.uploadListThree.push(data)
|
|
|
|
this.uploadListThree.push(data)
|
|
|
|
this.form.fileListThree = this.fileListThree
|
|
|
|
this.form.fileListThree = this.fileListThree
|
|
|
|
// console.log('this.fileListThree: ', this.fileListThree);
|
|
|
|
// console.log('this.fileListThree: ', this.fileListThree);
|
|
|
@ -1560,7 +1560,7 @@ export default {
|
|
|
|
this.fileListFour.push(file)
|
|
|
|
this.fileListFour.push(file)
|
|
|
|
let data = {};
|
|
|
|
let data = {};
|
|
|
|
data.name = response.originalFilename;
|
|
|
|
data.name = response.originalFilename;
|
|
|
|
data.url = response.url;
|
|
|
|
data.url = response.fileName;
|
|
|
|
this.uploadListFour.push(data)
|
|
|
|
this.uploadListFour.push(data)
|
|
|
|
this.form.fileListFour = this.fileListFour
|
|
|
|
this.form.fileListFour = this.fileListFour
|
|
|
|
// console.log('this.fileListFour: ', this.fileListFour);
|
|
|
|
// console.log('this.fileListFour: ', this.fileListFour);
|
|
|
@ -1578,7 +1578,7 @@ export default {
|
|
|
|
this.fileListFive.push(file)
|
|
|
|
this.fileListFive.push(file)
|
|
|
|
let data = {};
|
|
|
|
let data = {};
|
|
|
|
data.name = response.originalFilename;
|
|
|
|
data.name = response.originalFilename;
|
|
|
|
data.url = response.url;
|
|
|
|
data.url = response.fileName;
|
|
|
|
this.uploadListFive.push(data)
|
|
|
|
this.uploadListFive.push(data)
|
|
|
|
this.form.fileListFive = this.fileListFive
|
|
|
|
this.form.fileListFive = this.fileListFive
|
|
|
|
// console.log('this.fileListFive: ', this.fileListFive);
|
|
|
|
// console.log('this.fileListFive: ', this.fileListFive);
|
|
|
@ -1596,7 +1596,7 @@ export default {
|
|
|
|
this.fileListSix.push(file)
|
|
|
|
this.fileListSix.push(file)
|
|
|
|
let data = {};
|
|
|
|
let data = {};
|
|
|
|
data.name = response.originalFilename;
|
|
|
|
data.name = response.originalFilename;
|
|
|
|
data.url = response.url;
|
|
|
|
data.url = response.fileName;
|
|
|
|
this.uploadListSix.push(data)
|
|
|
|
this.uploadListSix.push(data)
|
|
|
|
this.form.fileListSix = this.fileListSix
|
|
|
|
this.form.fileListSix = this.fileListSix
|
|
|
|
// console.log('this.fileListSix: ', this.fileListSix);
|
|
|
|
// console.log('this.fileListSix: ', this.fileListSix);
|
|
|
@ -1614,7 +1614,7 @@ export default {
|
|
|
|
this.fileListSeven.push(file)
|
|
|
|
this.fileListSeven.push(file)
|
|
|
|
let data = {};
|
|
|
|
let data = {};
|
|
|
|
data.name = response.originalFilename;
|
|
|
|
data.name = response.originalFilename;
|
|
|
|
data.url = response.url;
|
|
|
|
data.url = response.fileName;
|
|
|
|
this.uploadListSeven.push(data)
|
|
|
|
this.uploadListSeven.push(data)
|
|
|
|
this.form.fileListSeven = this.fileListSeven
|
|
|
|
this.form.fileListSeven = this.fileListSeven
|
|
|
|
// console.log('this.fileListSeven: ', this.fileListSeven);
|
|
|
|
// console.log('this.fileListSeven: ', this.fileListSeven);
|
|
|
@ -1632,7 +1632,7 @@ export default {
|
|
|
|
this.fileListEight.push(file)
|
|
|
|
this.fileListEight.push(file)
|
|
|
|
let data = {};
|
|
|
|
let data = {};
|
|
|
|
data.name = response.originalFilename;
|
|
|
|
data.name = response.originalFilename;
|
|
|
|
data.url = response.url;
|
|
|
|
data.url = response.fileName;
|
|
|
|
this.uploadListEight.push(data)
|
|
|
|
this.uploadListEight.push(data)
|
|
|
|
this.form.fileListEight = this.fileListEight
|
|
|
|
this.form.fileListEight = this.fileListEight
|
|
|
|
// console.log('this.fileListEight: ', this.fileListEight);
|
|
|
|
// console.log('this.fileListEight: ', this.fileListEight);
|
|
|
@ -1650,7 +1650,7 @@ export default {
|
|
|
|
this.fileListNine.push(file)
|
|
|
|
this.fileListNine.push(file)
|
|
|
|
let data = {};
|
|
|
|
let data = {};
|
|
|
|
data.name = response.originalFilename;
|
|
|
|
data.name = response.originalFilename;
|
|
|
|
data.url = response.url;
|
|
|
|
data.url = response.fileName;
|
|
|
|
this.uploadListNine.push(data)
|
|
|
|
this.uploadListNine.push(data)
|
|
|
|
this.form.fileListNine = this.fileListNine
|
|
|
|
this.form.fileListNine = this.fileListNine
|
|
|
|
// console.log('this.fileListNine: ', this.fileListNine);
|
|
|
|
// console.log('this.fileListNine: ', this.fileListNine);
|
|
|
|