zhangxc %!s(int64=5) %!d(string=hai) anos
pai
achega
b0ddc9a625
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/components/Treat/index.jsx

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

@@ -31,7 +31,7 @@ class Treat extends Component {
         this.setTreatBox = this.setTreatBox.bind(this);
     }
     componentDidMount(){
-    //   dragBox('dragModalWrap','dragModalTitle','add','treatDescBox')
+      dragBox('dragModalWrap','dragModalTitle','add','treatDescBox')
     }
     
     hideTreat() {
@@ -40,7 +40,7 @@ class Treat extends Component {
         clearTreat && clearTreat();
         hideTreat && hideTreat();
         hideDrugInfo && hideDrugInfo();
-        // dragBox('dragModalWrap','dragModalTitle','del')
+        dragBox('dragModalWrap','dragModalTitle','del')
     }
     handlePrescription() {
         Notify.info('该功能即将上线,敬请期待。', 2000)