提交 d9c65713 authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 d2c8a85e
......@@ -254,7 +254,7 @@ export default {
code: 'industry',
computed(data) {
const found = industryList.find(item => item.value === data.industry)
return found.label
return found ? found.label : data.industry
}
},
{ label: '工作部门', code: 'dept_cn' },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论