This commit is contained in:
2022-03-10 00:25:57 +00:00
parent edc4c713d6
commit bb8beb64a7
3 changed files with 9 additions and 4 deletions

View File

@@ -537,6 +537,10 @@ export default {
this.obj.idValue = 0;
}
if (!this.showAyaType) {
this.obj.ayaType = 0;
}
//don't send the deliveryaddress if it's an in-app notification
if (vm.obj.deliveryMethod == 1) {
vm.obj.deliveryAddress = null;