From 40be78644b5c68d5548fc328425c76a4cdada78a Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Thu, 27 Mar 2025 15:23:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E4=B8=8A=E6=9E=B6=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yxt-as-ui/src/views/storage/receivingGoods/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yxt-as-ui/src/views/storage/receivingGoods/index.vue b/yxt-as-ui/src/views/storage/receivingGoods/index.vue index 843477b1b3..80cf322c7e 100644 --- a/yxt-as-ui/src/views/storage/receivingGoods/index.vue +++ b/yxt-as-ui/src/views/storage/receivingGoods/index.vue @@ -243,7 +243,7 @@ export default { showUpShelfBill(row) { this.dialogVisible = false this.viewState = 6 - this.$refs['upShelfInfo'].showEdit(row.billSid) + this.$refs['upShelfInfo'].showEdit({ sid: row.billSid }) }, resetState2() { this.viewState = 1