This commit is contained in:
@@ -491,6 +491,11 @@ export default {
|
||||
params: { recordid: tid.id }
|
||||
});
|
||||
break;
|
||||
case ayatype.OpsNotificationSettings:
|
||||
vm.$router.push({
|
||||
name: "/ops-notification-settings"
|
||||
});
|
||||
break;
|
||||
|
||||
default:
|
||||
window.$gz.eventBus.$emit(
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user