mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-27 05:33:22 +08:00
fix: 错误的参数
This commit is contained in:
@@ -70,9 +70,9 @@ const gridOptions: VxeGridProps = {
|
|||||||
|
|
||||||
// 部门树选择处理
|
// 部门树选择处理
|
||||||
if (selectDeptId.value.length === 1) {
|
if (selectDeptId.value.length === 1) {
|
||||||
formValues.deptId = selectDeptId.value[0];
|
formValues.belongDeptId = selectDeptId.value[0];
|
||||||
} else {
|
} else {
|
||||||
Reflect.deleteProperty(formValues, 'deptId');
|
Reflect.deleteProperty(formValues, 'belongDeptId');
|
||||||
}
|
}
|
||||||
|
|
||||||
return await postList({
|
return await postList({
|
||||||
|
|||||||
Reference in New Issue
Block a user