From 1e40a94e41a811a30b49150b5feabe9b7797948a Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期二, 14 五月 2024 08:23:06 +0800
Subject: [PATCH] #

---
 pages/phyz/order/orderList.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/pages/phyz/order/orderList.vue b/pages/phyz/order/orderList.vue
index 92db836..fba7117 100644
--- a/pages/phyz/order/orderList.vue
+++ b/pages/phyz/order/orderList.vue
@@ -197,6 +197,7 @@
 				let _this = this
 				let combList = []
 				for (let k of _this.dataList) {
+					k['csocode'] = k.threeCode
 					if (k.checked) {
 						combList.push(k)
 					}

--
Gitblit v1.9.1