Browse Source

Merge branch 'master' of https://git.cocorobo.cn/CocoRoboLabs/pbl-student-table

zengyicheng 2 năm trước cách đây
mục cha
commit
ada5bd5e62
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      src/components/components/pdf2.vue

+ 3 - 1
src/components/components/pdf2.vue

@@ -71,7 +71,9 @@ export default {
       this.pageNum = val;
     },
     pageTotalNum(val) {
-      this.loading.close();
+      if(val){
+        this.loading.close();
+      }
       this.$emit("getPageTotal", val);
     },
   },