#QC3428087# 职称统计改为籍贯统计
This commit is contained in:
parent
7838ced7cb
commit
34ea0d5068
|
|
@ -145,7 +145,8 @@ class BasicConditionAnalysis extends React.Component {
|
|||
ecId={`${
|
||||
(this && this.props && this.props.ecId) || ''
|
||||
}_TabPane@uzc70h`}
|
||||
tab={i18n.label.proTitleStatus()}
|
||||
//tab={i18n.label.proTitleStatus()}
|
||||
tab={'籍贯统计'}
|
||||
key='6'
|
||||
></TabPane>
|
||||
<TabPane
|
||||
|
|
|
|||
|
|
@ -201,8 +201,7 @@ class ReportChart extends React.Component {
|
|||
handleBasicClick (params) {
|
||||
const { pathname,cmd,showDialog } = this.props
|
||||
if (pathname !== 'basicConditionAnalysis') return false;
|
||||
if (cmd == 'AgeRp' || cmd == 'SexRp' || cmd == 'SeniorityRp' || cmd == 'EduRp') {
|
||||
console.log("params", params);
|
||||
if (cmd == 'AgeRp' || cmd == 'SexRp' || cmd == 'SeniorityRp' || cmd == 'EduRp' || cmd == "JobCallRp") {
|
||||
showDialog(params.name);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue