edit claim basic data for salesPerson #1433
gitea/salix/master This commit looks good Details

This commit is contained in:
Joan Sanchez 2019-05-16 09:33:56 +02:00
parent ecc335d781
commit 5c9d06b5d2
1 changed files with 3 additions and 4 deletions

View File

@ -10,11 +10,10 @@ class Controller {
} }
onSubmit() { onSubmit() {
if (this.aclService.hasAny(['salesAssistant'])) { this.$scope.watcher.submit().then(() => {
this.$scope.watcher.submit().then(() => { if (this.aclService.hasAny(['salesAssistant']))
this.$state.go('claim.card.detail'); this.$state.go('claim.card.detail');
}); });
}
} }
} }