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