mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-08 07:31:09 +08:00
fix: 错误的参数
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user