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