fix: 错误的参数
This commit is contained in:
parent
02957060bf
commit
0334db44ac
@ -70,9 +70,9 @@ const gridOptions: VxeGridProps = {
|
||||
|
||||
// 部门树选择处理
|
||||
if (selectDeptId.value.length === 1) {
|
||||
formValues.deptId = selectDeptId.value[0];
|
||||
formValues.belongDeptId = selectDeptId.value[0];
|
||||
} else {
|
||||
Reflect.deleteProperty(formValues, 'deptId');
|
||||
Reflect.deleteProperty(formValues, 'belongDeptId');
|
||||
}
|
||||
|
||||
return await postList({
|
||||
|
Loading…
Reference in New Issue
Block a user