fix audit manager

This commit is contained in:
wh1te909
2020-11-09 10:21:55 +00:00
parent 0c44394a76
commit 0db9e082e2

View File

@@ -182,8 +182,8 @@ export default {
pattern: needle,
};
this.$store
.dispatch("logs/optionsFilter", data)
this.$axios
.post(`logs/auditlogs/optionsfilter/`, data)
.then(r => {
this.userOptions = r.data.map(user => user.username);
this.$q.loading.hide();