|
@@ -148,7 +148,7 @@ class DiagnosticList extends Component {
|
|
|
showTreat(item, idx) {
|
|
|
const { getTreatResult,getBilling,isTcm } = this.props;
|
|
|
getTreatResult && getTreatResult(item,idx,isTcm);
|
|
|
- getBilling({mode:10});
|
|
|
+ getBilling({isTcm});
|
|
|
}
|
|
|
handleClickDiag(item) {
|
|
|
const { getTips } = this.props;
|