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