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