diff --git a/ayanova/src/views/svc-schedule.vue b/ayanova/src/views/svc-schedule.vue index daa99240..575cc401 100644 --- a/ayanova/src/views/svc-schedule.vue +++ b/ayanova/src/views/svc-schedule.vue @@ -791,7 +791,9 @@ export default { this.formState.serverError = res.error; window.$gz.form.setErrorBoxErrors(this); } else { + this.categories = res.data.users; this.availableUsers = res.data.users; + this.events.splice(0); const timeZoneName = this.timeZoneName; let i = res.data.items.length;