소스 검색

fix: 销售订单切换发货状态查询状态未保留问题

liujt 9 달 전
부모
커밋
1adb2d154d
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/views/saleManage/saleOrder/index.vue

+ 2 - 1
src/views/saleManage/saleOrder/index.vue

@@ -877,7 +877,8 @@
         this.params = {
           pageNum: page,
           size: limit,
-          ...where
+          ...where,
+          progress: this.activeName == 'all' ? '' : this.activeName
         };
         return getTableList(this.params);
       },