11wqe1 před 2 dny
rodič
revize
363a00863a
1 změnil soubory, kde provedl 10 přidání a 11 odebrání
  1. 10 11
      src/components/pages/works.vue

+ 10 - 11
src/components/pages/works.vue

@@ -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
+      // })
      
       
     },