mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2025-12-16 08:38:48 +00:00
解决用户编辑departmentId错误问题
This commit is contained in:
parent
dc8b9e5f60
commit
3d940b654c
@ -289,8 +289,8 @@ const Upsert = useUpsert({
|
|||||||
|
|
||||||
onSubmit(data, { next }) {
|
onSubmit(data, { next }) {
|
||||||
next({
|
next({
|
||||||
...data,
|
departmentId: ViewGroup.value?.selected?.id,
|
||||||
departmentId: ViewGroup.value?.selected?.id
|
...data
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user