diff --git a/skeletons/vaahcms/users/Vue/stores/store-template.js.ejs b/skeletons/vaahcms/users/Vue/stores/store-template.js.ejs index bb4de78..a0c2bec 100644 --- a/skeletons/vaahcms/users/Vue/stores/store-template.js.ejs +++ b/skeletons/vaahcms/users/Vue/stores/store-template.js.ejs @@ -591,6 +591,9 @@ export const use<%= model_name %>Store = defineStore({ method: method, show_success: false }; + + options.params.query = vaah().clone(this.query); + await vaah().ajax( url, this.updateListAfter,