|
|
@@ -1,4 +1,5 @@
|
|
|
import { getMaxMinDoaseNumber, getRationalSafeUse } from '@/api/diagnosis.js'
|
|
|
+import {addRecipeFrom} from '@/api/dataAnalysis';
|
|
|
|
|
|
let hack_openAddress_true;
|
|
|
|
|
|
@@ -81,9 +82,12 @@ export default {
|
|
|
},
|
|
|
openPrec() {
|
|
|
this.showPresc = true
|
|
|
+ addRecipeFrom({ type: 2 }).catch();
|
|
|
+ addRecipeFrom({ type: 4 }).catch();
|
|
|
},
|
|
|
openUnifyPrescPrec() {
|
|
|
this.showUnifyPresc = true
|
|
|
+ addRecipeFrom({ type: 2 }).catch();
|
|
|
},
|
|
|
opensafeD() {
|
|
|
this.showSafeD = true
|