提交 fa2d1177 编写于 作者: 张磊's avatar 张磊

save

上级 5dc1b51c
...@@ -1737,11 +1737,11 @@ export default { ...@@ -1737,11 +1737,11 @@ export default {
//日期 设置 //日期 设置
orgDateReverse () { orgDateReverse () {
const {licenseValidDateBegin,licenseValidDateEnd,legalValidDateBegin, legalValidDateEnd, assignorValidDateBegin, assignorValidDateEnd} = this.formData.certifyReq; const {licenseValidDateBegin,licenseValidDateEnd,legalValidDateBegin, legalValidDateEnd, assignorValidDateBegin, assignorValidDateEnd} = this.formData.certifyReq;
const {certifyLicenseImgList} = this.formData.certifyReq; const {certifyLicenseImgList, certifyReportImgList} = this.formData.certifyReq;
this.formData.imgUrlC1Date = [licenseValidDateBegin, licenseValidDateEnd]; this.formData.imgUrlC1Date = [licenseValidDateBegin, licenseValidDateEnd];
this.formData.imgUrlC5Date = [assignorValidDateBegin, assignorValidDateEnd]; this.formData.imgUrlC5Date = [assignorValidDateBegin, assignorValidDateEnd];
this.formData.imgUrlC5Date = [legalValidDateBegin, legalValidDateEnd]; this.formData.imgUrlC5Date = [legalValidDateBegin, legalValidDateEnd];
certifyLicenseImgList.map(i => { (certifyReportImgList || []).concat(certifyLicenseImgList).map(i => {
const n = `imgUrlP${i.imageType}Date`; const n = `imgUrlP${i.imageType}Date`;
const m = `imgUrlP${i.imageType}`; const m = `imgUrlP${i.imageType}`;
this.formData[n] = [i.validDateBegin, i.validDateEnd]; this.formData[n] = [i.validDateBegin, i.validDateEnd];
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册