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 {