From 525d80c384167dbbe38e51907cf92a847b449939 Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Thu, 11 Sep 2025 16:41:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E6=94=B92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/foodManage/stockManage/warehouseIn/edit.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/foodManage/stockManage/warehouseIn/edit.vue b/src/views/foodManage/stockManage/warehouseIn/edit.vue index 820f3710..35f2111b 100644 --- a/src/views/foodManage/stockManage/warehouseIn/edit.vue +++ b/src/views/foodManage/stockManage/warehouseIn/edit.vue @@ -487,6 +487,7 @@ export default { "pageSize": this.queryParams.pageSize, "pageNum": this.queryParams.pageNum, "areaId": this.baseInfo.areaId, + "warehouseId": this.baseInfo.warehouseId, "materialName": this.queryParams.materialName, "materialCode": this.queryParams.materialCode, "materialTypeIds": this.queryParams.materialTypeIds,