|
|
@ -390,16 +390,16 @@ export default { |
|
|
|
this.formobj.orgSidPath = window.sessionStorage.getItem('defaultOrgPath') |
|
|
|
this.formobj.instanceId = res.data.procInstSid |
|
|
|
this.formobj.userSid = window.sessionStorage.getItem('userSid') |
|
|
|
if (this.formobj.cldjhtApplicationAppendxs.length > 0) { |
|
|
|
this.formobj.cldjhtApplicationAppendxs.forEach((e) => { |
|
|
|
if (this.formobj.kpxxqrsApplicationAppendxs.length > 0) { |
|
|
|
this.formobj.kpxxqrsApplicationAppendxs.forEach((e) => { |
|
|
|
this.image_list3.push({ |
|
|
|
name: e.fileName, |
|
|
|
url: e.fileUrl |
|
|
|
}) |
|
|
|
}) |
|
|
|
} |
|
|
|
if (this.formobj.kpxxqrsApplicationAppendxs.length > 0) { |
|
|
|
this.formobj.kpxxqrsApplicationAppendxs.forEach((e) => { |
|
|
|
if (this.formobj.cldjhtApplicationAppendxs.length > 0) { |
|
|
|
this.formobj.cldjhtApplicationAppendxs.forEach((e) => { |
|
|
|
this.image_list4.push({ |
|
|
|
name: e.fileName, |
|
|
|
url: e.fileUrl |
|
|
@ -604,9 +604,9 @@ export default { |
|
|
|
sid: '' |
|
|
|
}) |
|
|
|
} |
|
|
|
this.formobj.cldjhtApplicationAppendxs = cc |
|
|
|
this.formobj.kpxxqrsApplicationAppendxs = cc |
|
|
|
} else { |
|
|
|
this.formobj.cldjhtApplicationAppendxs = [] |
|
|
|
this.formobj.kpxxqrsApplicationAppendxs = [] |
|
|
|
} |
|
|
|
if (this.image_list4.length > 0) { |
|
|
|
const cc = [] |
|
|
@ -622,9 +622,9 @@ export default { |
|
|
|
sid: '' |
|
|
|
}) |
|
|
|
} |
|
|
|
this.formobj.kpxxqrsApplicationAppendxs = cc |
|
|
|
this.formobj.cldjhtApplicationAppendxs = cc |
|
|
|
} else { |
|
|
|
this.formobj.kpxxqrsApplicationAppendxs = [] |
|
|
|
this.formobj.cldjhtApplicationAppendxs = [] |
|
|
|
} |
|
|
|
if (this.image_list5.length > 0) { |
|
|
|
const cc = [] |
|
|
|