Browse Source

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

liujt 9 tháng trước cách đây
mục cha
commit
1adb2d154d
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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);
       },