From 1aef269cef05b688e3dcb0c985d1dca724e26d97 Mon Sep 17 00:00:00 2001
From: cuilei <ray_tsu1@163.com>
Date: 星期四, 05 六月 2025 17:49:54 +0800
Subject: [PATCH] 工具管理-出库申请单页面小问题处理

---
 src/views/tms/modules/outBound/OutboundOrderSelectList.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/tms/modules/outBound/OutboundOrderSelectList.vue b/src/views/tms/modules/outBound/OutboundOrderSelectList.vue
index 46b1eb2..7d53488 100644
--- a/src/views/tms/modules/outBound/OutboundOrderSelectList.vue
+++ b/src/views/tms/modules/outBound/OutboundOrderSelectList.vue
@@ -292,7 +292,7 @@
         }
         this.onClearSelected()
         this.queryParam.orderStatus = '3'
-        this.queryParam.outStatus = '1'
+        this.queryParam.outStatus = ['1','2'].join(',')
         var params = this.getQueryParams();//鏌ヨ鏉′欢
         this.loading = true;
         getAction(this.url.list, params).then((res) => {

--
Gitblit v1.9.3