zhouna преди 4 години
родител
ревизия
db96eac591
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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;