Parcourir la source

Merge branch 'hhl' of SH-Arbitrate/Arbitrate-Frontend into dev

hhlxayunmei il y a 2 ans
Parent
révision
605f086a05
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3
    0
      src/views/caseManagement/caseList.vue

+ 3
- 0
src/views/caseManagement/caseList.vue Voir le fichier

524
     /** 搜索按钮操作 */
524
     /** 搜索按钮操作 */
525
     handleQuery() {
525
     handleQuery() {
526
       this.queryParams.caseStatusList = [];
526
       this.queryParams.caseStatusList = [];
527
+      if (!this.queryParams.caseStatus ) {
528
+        this.queryParams.caseStatusList = [0, 1, 2, 5, 6, 7, 8, 9, 10]
529
+      }
527
       this.queryParams.pageNum = 1;
530
       this.queryParams.pageNum = 1;
528
       this.getcaseApply(this.queryParams);
531
       this.getcaseApply(this.queryParams);
529
     },
532
     },