Commit 3ea1830b authored by 吴俊凯's avatar 吴俊凯

bug修改提交

parent 092a1d26
...@@ -113,7 +113,7 @@ class PointSearch extends Component { ...@@ -113,7 +113,7 @@ class PointSearch extends Component {
data.departments ? data.departments.map(e => { data.departments ? data.departments.map(e => {
if (e) { if (e) {
departmentList.push(<Option value={`${e.sequenceNbr}`}>{e.departmentName}</Option>); departmentList.push(<Option value={`${e.id}`}>{e.name}</Option>);
} }
}) : []; }) : [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment