|
@@ -566,20 +566,19 @@ export default {
|
|
|
// 一键导出pdf
|
|
|
exportPdfSetAllBtn(){
|
|
|
|
|
|
- this.$confirm("是否导出全部学生报告?批量打印需要等待一会哦。", "提示", {
|
|
|
- confirmButtonText: "确定",
|
|
|
- cancelButtonText: "取消",
|
|
|
- type: "warning",
|
|
|
- })
|
|
|
- .then(() => {
|
|
|
+ // this.$confirm("是否导出全部学生报告?批量打印需要等待一会哦。", "提示", {
|
|
|
+ // confirmButtonText: "确定",
|
|
|
+ // cancelButtonText: "取消",
|
|
|
+ // type: "warning",
|
|
|
+ // })
|
|
|
+ // .then(() => {
|
|
|
this.worksDialog = true;
|
|
|
-
|
|
|
this.digNum = 1
|
|
|
this.exportW++
|
|
|
- })
|
|
|
- .catch(() => {
|
|
|
- return;
|
|
|
- });
|
|
|
+ // })
|
|
|
+ // .catch(_ => {
|
|
|
+ // this.$confirm.visible=false
|
|
|
+ // })
|
|
|
|
|
|
|
|
|
},
|