@@ -76,7 +76,7 @@ function DepartmentField(props) {
const onChangeValue = (newValue, label) => {
// const depName = findDepName(depTrees, newValue);
- onChange(label);
+ onChange(String(newValue));
};
return (