small fixes

This commit is contained in:
Karel Krýda
2022-05-08 20:50:08 +02:00
parent ed218e73bb
commit 2fe5c090aa
4 changed files with 8 additions and 2 deletions

View File

@@ -595,7 +595,7 @@ export default {
}
this.incident = res.data.incident;
this.maintenance = res.data.maintenance || [];
this.maintenance = res.data.maintenance;
this.$root.publicGroupList = res.data.publicGroupList;
});