|
@@ -634,6 +634,7 @@ export default {
|
|
this.multipleSelection = val.map((item) => item.examDetailId);
|
|
this.multipleSelection = val.map((item) => item.examDetailId);
|
|
},
|
|
},
|
|
async fetchWholePdf() {
|
|
async fetchWholePdf() {
|
|
|
|
+ if (!this.checkPrivilege("button", "CreateWholePdf")) return;
|
|
if (!this.filter.paperNumber) {
|
|
if (!this.filter.paperNumber) {
|
|
this.wholePdfInfo = { status: "INIT", url: "" };
|
|
this.wholePdfInfo = { status: "INIT", url: "" };
|
|
return;
|
|
return;
|