|
|
@ -207,7 +207,7 @@ export default { |
|
|
|
getOneContract(row.sid).then((res) => { |
|
|
|
if (res.success) { |
|
|
|
this.temp = res.data |
|
|
|
this.temp.instanceId = res.data.procInstId |
|
|
|
this.temp.instanceId = res.data.procInsId |
|
|
|
this.temp.userSid = window.sessionStorage.getItem('userSid') |
|
|
|
if (this.temp.contractImages.length > 0) { |
|
|
|
this.temp.contractImages.forEach((e) => { |
|
|
|