This commit is contained in:
陆光LG
2025-08-11 16:32:28 +08:00
2 changed files with 13 additions and 8 deletions

View File

@@ -184,7 +184,7 @@ const open = async (type: string, id?: number) => {
formType.value = type
resetForm()
// 加载 Menu 列表。注意,必须放在前面,不然下面 setChecked 没数据节点
menuOptions.value = handleTree(await SpecialtyApi.getSpecialtyPart())
menuOptions.value = handleTree(await SpecialtyApi.getSpeciatListByTenantId())
// 修改时,设置数据
if (id) {