提交 e6295512 authored 作者: 钟是志's avatar 钟是志

28974 辅导员考核相关需求,有疑问联系我

上级 423e6466
......@@ -81,7 +81,7 @@ export default function SelectPerson(props) {
apis.search,
)
.then(res => {
if (res) {
if (res && Array.isArray(res)) {
setSearchResult(res);
}
});
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论