From 87d666532e2fe758c7877ae41f87134236b1870f Mon Sep 17 00:00:00 2001 From: git_rabbit Date: Fri, 26 Dec 2025 16:27:29 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=89=A9=E6=96=99=E7=AE=A1=E7=90=86):=20?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E7=89=A9=E6=96=99=E5=88=86=E7=B1=BB=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E5=8F=82=E6=95=B0=E5=90=8D=E5=B9=B6=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=85=A8=E9=83=A8=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将查询参数名从CategoryCode改为categoryCode以保持命名一致性 为物料分类选择器添加"全部"选项以支持更灵活的查询 --- src/views/materialManagement/productionMaterial/MmMaterial.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/materialManagement/productionMaterial/MmMaterial.vue b/src/views/materialManagement/productionMaterial/MmMaterial.vue index 3e2506c..c1183d0 100644 --- a/src/views/materialManagement/productionMaterial/MmMaterial.vue +++ b/src/views/materialManagement/productionMaterial/MmMaterial.vue @@ -14,7 +14,8 @@ - + +