@ -241,7 +241,7 @@ const open = async (type: string, id?: number) => {
productList.value = await ProductApi.getMesProductSimpleList()
// 加载组织
await getOrganizationTree()
planList.value = await PlanApi.getPlanByStatus(1)
planList.value = await PlanApi.getPlanByStatus(8)
}
defineExpose({ open }) // 提供 open 方法,用于打开弹窗