natasha 5 months ago
parent
commit
46db9b3e0c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/bookShelf/components/PrintModel.vue

+ 2 - 2
src/views/bookShelf/components/PrintModel.vue

@@ -892,10 +892,10 @@ export default {
                 showModal: true,
                 // style: style,// 亦可使用引入的外部css;
                 onStart: () => {
-                  console.log("打印开始");
+                  // console.log("打印开始");
                 },
                 onEnd: () => {
-                  console.log("打印完成");
+                  // console.log("打印完成");
                 },
               });
             });