diff options
Diffstat (limited to 'pages/models/_id/index.vue')
-rw-r--r-- | pages/models/_id/index.vue | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pages/models/_id/index.vue b/pages/models/_id/index.vue index ee51035..2f90025 100644 --- a/pages/models/_id/index.vue +++ b/pages/models/_id/index.vue @@ -274,6 +274,9 @@ export default { this.$toast.success("Report created, thank you!"); this.report.warning_note = null; this.boxReport = false; + this.$store.dispatch("warnings/filterWarnings", { + model_id: this.model.id, + }); } else { this.$toast.error(response.data); } |