From dc2ed575ac5236f5100baac236254a434dcae8b9 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 24 一月 2025 18:01:22 +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