Преглед изворни кода

案件列表搜索问题修复

Your Name пре 2 година
родитељ
комит
c49d10456e
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3
    0
      src/views/caseManagement/caseList.vue

+ 3
- 0
src/views/caseManagement/caseList.vue Прегледај датотеку

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