From 8d3ebc610d048289f8ca4d8bc86ac11208a60fef Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期四, 29 一月 2026 19:47:27 +0800
Subject: [PATCH] #
---
pages/outbound/orderOut/orderList.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/pages/outbound/orderOut/orderList.vue b/pages/outbound/orderOut/orderList.vue
index 3e6ad39..60aa96b 100644
--- a/pages/outbound/orderOut/orderList.vue
+++ b/pages/outbound/orderOut/orderList.vue
@@ -130,7 +130,8 @@
const res = await request('/orderOut/list', {
curr: this.curr,
limit: this.limit,
- orderNo: this.condition
+ orderNo: this.condition,
+ orderType: this.orderTypeId
}, 'GET', true);
if (res.code === 200) {
--
Gitblit v1.9.1