From 803033cc4e734ac9eb3062f215b654b4ae9d02c4 Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期五, 24 一月 2025 18:16:14 +0800 Subject: [PATCH] Merge branch '2.0.1' of http://139.186.142.91:10010/r/productDev/funingyunwei into 2.0.1 --- 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