zhouna před 4 roky
rodič
revize
db96eac591
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/components/DiagnosticList/index.jsx

+ 1 - 1
src/components/DiagnosticList/index.jsx

@@ -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;