@ -210,7 +210,7 @@ const open = async (type: string, id?: number, taskId: number) => {
// },
// ]
// formData.value.unitId = 5
productList.value = await ProductApi.getMesProductSimpleList()
productList.value = await ProductApi.getMesProductSimpleList({ categoryType: 1 })
}
defineExpose({ open }) // 提供 open 方法,用于打开弹窗