From 07f06034a1eaec80104b04d076306c072a466bd6 Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期一, 30 十二月 2024 13:45:04 +0800
Subject: [PATCH] 上片结束工程工程号取值

---
 UI-Project/src/views/Returns/returns.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/UI-Project/src/views/Returns/returns.vue b/UI-Project/src/views/Returns/returns.vue
index c286673..924e644 100644
--- a/UI-Project/src/views/Returns/returns.vue
+++ b/UI-Project/src/views/Returns/returns.vue
@@ -167,7 +167,8 @@
 const handleMessage = (data) => {
   if(data.prioritylist!=null){
   tableData.splice(0, tableData.length, ...data.prioritylist[0]);
-  }
+  window.localStorage.setItem('engineeringId', tableData[0].engineeringId)
+}
   if(data.list!=null){
   tableDataa.value = data.list[0]
   }

--
Gitblit v1.8.0