diff --git a/settings/src/views/Apps.vue b/settings/src/views/Apps.vue index 709acd0f638..f894ebd8e50 100644 --- a/settings/src/views/Apps.vue +++ b/settings/src/views/Apps.vue @@ -90,6 +90,7 @@ export default { // watch url change and group select category: function (val, old) { this.$store.commit('resetApps'); + this.setSearch(''); this.$store.dispatch('getApps', { category: this.category }); } },