From 3c4e059b2c47e3ba22b694805645b008c4276e25 Mon Sep 17 00:00:00 2001
From: zuozhengqing <a13193816592@163.com>
Date: 星期一, 05 二月 2024 19:11:30 +0800
Subject: [PATCH] 添加修改密码,api拦截,bug修改

---
 src/views/reportForm/inboundOutboundDetail/index.vue |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/src/views/reportForm/inboundOutboundDetail/index.vue b/src/views/reportForm/inboundOutboundDetail/index.vue
index fe60a74..7d36fb4 100644
--- a/src/views/reportForm/inboundOutboundDetail/index.vue
+++ b/src/views/reportForm/inboundOutboundDetail/index.vue
@@ -254,8 +254,16 @@
     },
     // 琛岀偣鍑�
     async tableRowClick(row) {
+      console.log(row,"鐪嬬湅row")
+      // window.sessionStorage.sessionStorage.setItem('paramsData', {
+      //   // name: "鎷煎澶曚粨搴�-鍑哄簱",
+      //   workType: row.baseOperationType,
+      //   id: row.operationId,
+      //   // code: "PX"
+      // });  
+
       await getOperationInfo(row.operationId).then((res)=>{
-        this.editConfig.infomation = { ...res.data }
+        this.editConfig.infomation = { ...res.data,workType:res.baseOperationType }
       })
       this.editConfig.visible = true
       this.editConfig.title = "鏌ョ湅"

--
Gitblit v1.8.0