Browse Source

关闭治疗方案同时关闭药品说明

zhangxc 6 years ago
parent
commit
15254c7e6b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/components/Treat/index.jsx

+ 2 - 1
src/components/Treat/index.jsx

@@ -27,9 +27,10 @@ class Treat extends Component {
     }
     
     hideTreat() {
-        const { hideTreat,clearTreat } = this.props;
+        const { hideTreat,clearTreat, hideDrugInfo } = this.props;
         clearTreat && clearTreat();
         hideTreat && hideTreat();
+        hideDrugInfo && hideDrugInfo();
         // windowRemoveEventHandler('mousemove',handleMove,document)
     }
     handlePrescription() {