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