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() {