@@ -887,6 +887,10 @@ export default {
? JSON.parse(this.curTaskApply.paperAttachmentIds)
: [];
+ if (!this.paperAttachments.length) {
+ this.addAtachment();
+ }
+
const pAttachment = this.paperAttachments.some((item) => !!item.paperId);
if (pAttachment) {
this.curTab = "tiku";