解决用户编辑departmentId错误问题

This commit is contained in:
icssoa 2023-06-11 11:32:22 +08:00
parent dc8b9e5f60
commit 3d940b654c

View File

@ -289,8 +289,8 @@ const Upsert = useUpsert({
onSubmit(data, { next }) {
next({
...data,
departmentId: ViewGroup.value?.selected?.id
departmentId: ViewGroup.value?.selected?.id,
...data
});
},