From 170d1f861827691997e9f485da6d1c0a5d966903 Mon Sep 17 00:00:00 2001 From: guoxing <1369478551@qq.com> Date: Tue, 16 Jul 2024 16:43:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E8=A1=A5=E5=85=85=E7=89=A9?= =?UTF-8?q?=E6=B5=81=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yxt-as-ui/src/views/storage/allocation/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yxt-as-ui/src/views/storage/allocation/index.vue b/yxt-as-ui/src/views/storage/allocation/index.vue index 0cceefd945..750f00891d 100644 --- a/yxt-as-ui/src/views/storage/allocation/index.vue +++ b/yxt-as-ui/src/views/storage/allocation/index.vue @@ -493,7 +493,7 @@ console.log("selectDeliveryKey", val); const choose = this.deliveryKeyList.filter((item) => item.sid == val) console.log('>>>>>>>>>selectDeliveryKey', choose) - this.formobj.deliveryName = choose[0].warehouseName + this.formobj.deliveryName = choose[0].name this.formobj.deliveryKey = choose[0].sid },