From 6d33ed44b0222ebd858a079614e1f464f29eb481 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 06 六月 2025 13:45:38 +0800
Subject: [PATCH] 开发更新

---
 admin/src/views/stock/record.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/admin/src/views/stock/record.vue b/admin/src/views/stock/record.vue
index a508f51..b2e1863 100644
--- a/admin/src/views/stock/record.vue
+++ b/admin/src/views/stock/record.vue
@@ -142,7 +142,7 @@
         this.isShowOutDetail = true
         this.$nextTick(() => {
           this.$refs.OutDetailRef.visible = true
-          this.$refs.OutDetailRef.getDetail(row.outInBoundId)
+          this.$refs.OutDetailRef.getDetail(item.outInBoundId)
         })
       }
     },

--
Gitblit v1.9.3