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;