From 176aa7e9ef2002158bcf5c1a8deb5423875f6aa0 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期三, 03 四月 2024 09:20:03 +0800
Subject: [PATCH] #

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

diff --git a/pages/phyz/order/orderList.vue b/pages/phyz/order/orderList.vue
index 815d4a6..92db836 100644
--- a/pages/phyz/order/orderList.vue
+++ b/pages/phyz/order/orderList.vue
@@ -116,7 +116,9 @@
 						res = res.data
 						console.log(res);
 						if (res.code === 200) {
+							res.data.records
 							_this.dataList = res.data.records
+							
 							_this.oldDataList = [..._this.dataList]
 						} 
 					}

--
Gitblit v1.9.1