From bc21277e3c05c415f8acdf86e3409800a0cabf30 Mon Sep 17 00:00:00 2001 From: hwj Date: Fri, 5 Jun 2026 10:38:21 +0800 Subject: [PATCH] =?UTF-8?q?style=EF=BC=9A=E6=A8=A1=E5=85=B7=E7=BB=84-?= =?UTF-8?q?=E6=96=B0=E5=A2=9E/=E7=BC=96=E8=BE=91-=E4=BA=A7=E5=93=81?= =?UTF-8?q?=E5=9E=8B=E5=8F=B7=E6=B7=BB=E5=8A=A0=E4=BA=A7=E5=93=81=E8=BF=87?= =?UTF-8?q?=E6=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/erp/mold/MoldBrandForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/erp/mold/MoldBrandForm.vue b/src/views/erp/mold/MoldBrandForm.vue index b23eb975..9518a9e9 100644 --- a/src/views/erp/mold/MoldBrandForm.vue +++ b/src/views/erp/mold/MoldBrandForm.vue @@ -193,7 +193,7 @@ const open = async (type: string, id?: number) => { formType.value = type resetForm() await dictStore.setDictMap() - productList.value = await ProductApi.getMesProductSimpleList() + productList.value = await ProductApi.getMesProductSimpleList({ categoryType: 1 }) if (!id) return formLoading.value = true try {