@@ -81,7 +81,7 @@
return [
{
label: '顶级部门',
- value: 0,
+ value: -1,
children: replaceParams(props.deptList || [], 'deptName', 'id'),
},
];