|
@@ -63,7 +63,7 @@ class Diagnosis extends Component {
|
|
|
if (this.props.showSym) {
|
|
|
this.props.setHighter(48)
|
|
|
} else {
|
|
|
- this.props.getBilling({mode: 10});
|
|
|
+ this.props.getBilling({isTcm:true});
|
|
|
setPosition(e, "#searchOption", this.props.setHighter)
|
|
|
}
|
|
|
}
|
|
@@ -74,7 +74,7 @@ class Diagnosis extends Component {
|
|
|
if (this.props.show) {
|
|
|
this.props.setHighter(48)
|
|
|
} else {
|
|
|
- this.props.getBilling({mode: 10});
|
|
|
+ this.props.getBilling({});
|
|
|
setPosition(e, "#searchOption", this.props.setHighter)
|
|
|
}
|
|
|
}
|
|
@@ -85,7 +85,7 @@ class Diagnosis extends Component {
|
|
|
if (this.props.showTcm) {
|
|
|
this.props.setHighter(48)
|
|
|
} else {
|
|
|
- this.props.getBilling({mode: 10});
|
|
|
+ this.props.getBilling({isTcm: true});
|
|
|
setPosition(e, "#searchOption", this.props.setHighter)
|
|
|
}
|
|
|
}
|