Explorar o código

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

liujt hai 9 meses
pai
achega
1adb2d154d
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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);
       },