style:模具组-新增/编辑-产品型号添加产品过滤

main
黄伟杰 5 days ago
parent 5501c7983e
commit bc21277e3c

@ -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 {

Loading…
Cancel
Save