From 5d46360410a48fa6038e46e0d769f88207be9d75 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期二, 25 二月 2025 16:28:25 +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