Browse Source

大扫描默认全选

seimin 1 year ago
parent
commit
626c458ff4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      pages/scanning_all/scanning_all.vue

+ 2 - 0
pages/scanning_all/scanning_all.vue

@@ -596,6 +596,7 @@
596
         this.Dall();
596
         this.Dall();
597
         this.tabType = type;
597
         this.tabType = type;
598
         this.workData = this.infoDATA[type];
598
         this.workData = this.infoDATA[type];
599
+        this.all();
599
       },
600
       },
600
       // 已选择的项中是否包含该id
601
       // 已选择的项中是否包含该id
601
       hasSelect(id) {
602
       hasSelect(id) {
@@ -714,6 +715,7 @@
714
       console.log(this.infoDATA);
715
       console.log(this.infoDATA);
715
       this.workData = this.infoDATA[arr[0]];
716
       this.workData = this.infoDATA[arr[0]];
716
       this.tabType = arr[0];
717
       this.tabType = arr[0];
718
+      this.all();
717
       // #ifdef APP-PLUS
719
       // #ifdef APP-PLUS
718
       webHandle("no", "app");
720
       webHandle("no", "app");
719
       // #endif
721
       // #endif