@@ -432,7 +432,7 @@
getAllChange(scope) {
if (scope.row.drug.min_unit == scope.row.single_dose_unit) {
if (scope.row.prescribing_number_unit == scope.row.drug.min_unit) {
- // console.log(1)
+ console.log(1)
scope.row.prescribing_number = scope.row.single_dose * (scope.row.execution_frequency ? this.getNum(scope.row.execution_frequency) : 1) * (scope.row.day ? scope.row.day : 1)
} else {
console.log(12)