Commit 29d550e00a3c67ebc90a759ed5aedcb2909f41c8
1 parent
f37bcf4c
1.修复提交
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/CommonElementEvent/SftLoginInfo.js
| ... | ... | @@ -59,7 +59,7 @@ const SftLoginComponent = Form.create({ |
| 59 | 59 | const tabDrivergroup = commonFunc.showMessage(app.commonConst, 'tabDrivergroup');/* 司机查看权限 */ |
| 60 | 60 | const tabDepartgroup = commonFunc.showMessage(app.commonConst, 'tabDepartgroup');/* 部门查看权限 */ |
| 61 | 61 | const tabApproveGroup = commonFunc.showMessage(app.commonConst, 'sftlogininfoCheck');/* 审核组权限 */ |
| 62 | - const tabCompanyAuthority = commonFunc.showLocalMessage(this.props, 'tabCompanyAuthority', '分管公司权限'); | |
| 62 | + const tabCompanyAuthority = commonFunc.showLocalMessage(props, 'tabCompanyAuthority', '分管公司权限'); | |
| 63 | 63 | const tabBrandgroup = tabCompanyAuthority; |
| 64 | 64 | |
| 65 | 65 | return ( | ... | ... |