|
@@ -239,6 +239,7 @@ export default {
|
|
this.curPaperAttachments = this.paperAttachments.map(item => {
|
|
this.curPaperAttachments = this.paperAttachments.map(item => {
|
|
return { ...item };
|
|
return { ...item };
|
|
});
|
|
});
|
|
|
|
+ if (!this.curPaperAttachments.length) this.addAtachment();
|
|
this.paperConfirmAttachmentId = this.task.paperConfirmAttachmentId
|
|
this.paperConfirmAttachmentId = this.task.paperConfirmAttachmentId
|
|
? JSON.parse(this.task.paperConfirmAttachmentId)
|
|
? JSON.parse(this.task.paperConfirmAttachmentId)
|
|
: { attachmentId: "", filename: "" };
|
|
: { attachmentId: "", filename: "" };
|