From 373929a32aa4a3197260a106be3fdc21eb109afc Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期二, 04 三月 2025 08:38:11 +0800
Subject: [PATCH] feat:门卫页面修改状态传参

---
 pages/sampling-page/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pages/sampling-page/index.vue b/pages/sampling-page/index.vue
index b31a572..f9d22e6 100644
--- a/pages/sampling-page/index.vue
+++ b/pages/sampling-page/index.vue
@@ -163,7 +163,7 @@
                     console.log(res,'result');
                     if(res.code == 0){
 						if(res.data.records.length){
-							this.orderPlanData  = [res.data.records[0]]
+							this.orderPlanData  = res.data.records
 						}else{
 							this.orderPlanData = [];
 						}

--
Gitblit v1.9.1