This commit is contained in:
2021-10-06 15:18:16 +00:00
parent 9d77c19723
commit c59e6de8ae

View File

@@ -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;