From 045196ca3b9c9a49bcf05ab1d53408e3f54228dc Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Fri, 25 Apr 2025 14:04:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/storage/stocktaking/stocktakingInfo.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/yxt-as-ui/src/views/storage/stocktaking/stocktakingInfo.vue b/yxt-as-ui/src/views/storage/stocktaking/stocktakingInfo.vue index 3acaa111ba..f7c4fe099d 100644 --- a/yxt-as-ui/src/views/storage/stocktaking/stocktakingInfo.vue +++ b/yxt-as-ui/src/views/storage/stocktaking/stocktakingInfo.vue @@ -27,7 +27,7 @@ - + @@ -62,7 +62,7 @@ - + @@ -173,11 +173,11 @@ export default { if (this.queryParams.params.warehouseZoneSid !== '') { getAllWarehouseareaByZoneSid({ qySid: this.queryParams.params.warehouseZoneSid }).then((res) => { if (res.success) { - this.wareAreaList = res.data + this.warehouseAreaList = res.data } }) } else { - this.wareAreaList = [] + this.warehouseAreaList = [] } }, getWarehouseRackList() {