【修改】 单词拼写错误

This commit is contained in:
dlaren
2025-08-30 20:32:47 +08:00
parent 1f798663ba
commit e7d8ec8470
3 changed files with 4 additions and 4 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.getSpeciatListByTenantId())
menuOptions.value = handleTree(await SpecialtyApi.getSpecialtListByTenantId())
// 修改时,设置数据
if (id) {