From e597d2905326e907f4ff5ad3665b882239b6fb11 Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期五, 24 一月 2025 18:01:21 +0800 Subject: [PATCH] ll --- 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