|
@@ -33,7 +33,7 @@
|
|
fdb-allergy-suggest-search :fdb-suggest-group="index">
|
|
fdb-allergy-suggest-search :fdb-suggest-group="index">
|
|
</td>
|
|
</td>
|
|
<td class="text-center">
|
|
<td class="text-center">
|
|
- <a href="#" v-on:click.prevent="allergies.splice(index, 1)"><i class="fa fa-trash-alt text-danger"></i></a>
|
|
|
|
|
|
+ <a href="#" v-on:click.prevent="allergies.splice(index, 1); showDrugAllergyNotes();"><i class="fa fa-trash-alt text-danger"></i></a>
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
</tbody>
|
|
</tbody>
|
|
@@ -125,7 +125,7 @@
|
|
|
|
|
|
</td>
|
|
</td>
|
|
<td class="text-center">
|
|
<td class="text-center">
|
|
- <a href="#" v-on:click.prevent="rx.splice(index, 1)"><i class="fa fa-trash-alt text-danger"></i></a>
|
|
|
|
|
|
+ <a href="#" v-on:click.prevent="rx.splice(index, 1); showDrugAllergyNotes();"><i class="fa fa-trash-alt text-danger"></i></a>
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
</tbody>
|
|
</tbody>
|
|
@@ -508,6 +508,8 @@
|
|
|
|
|
|
$(document).trigger('fdb-allergy-changed', [group]);
|
|
$(document).trigger('fdb-allergy-changed', [group]);
|
|
|
|
|
|
|
|
+ vueApp.showDrugAllergyNotes();
|
|
|
|
+
|
|
return false;
|
|
return false;
|
|
});
|
|
});
|
|
|
|
|