|
@@ -773,6 +773,10 @@ export default {
|
|
this.actionPdf(data[0]);
|
|
this.actionPdf(data[0]);
|
|
} else {
|
|
} else {
|
|
this.pdfList = data;
|
|
this.pdfList = data;
|
|
|
|
+ if (actionType === "build")
|
|
|
|
+ this.pdfList = this.pdfList.filter(
|
|
|
|
+ (item) => item.type !== "MERGE_PDF"
|
|
|
|
+ );
|
|
this.padViewDialogVisible = true;
|
|
this.padViewDialogVisible = true;
|
|
}
|
|
}
|
|
},
|
|
},
|