fix: bug#19649

This commit is contained in:
leiqiaochu 2023-11-16 15:33:55 +08:00
parent ebee9f9e71
commit 70d84cefd3
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ const form = reactive({
...form.data,
objectTypeName: form.objectList.find(
(item) => item.id === form.data.objectType,
).name,
)?.name,
targetTypeName: targetList.value.find(
(item: dictItemType) => item.id === form.data.targetType,
)?.name,