diff --git a/components/Aduan/index.vue b/components/Aduan/index.vue index 337b9852..b01df98b 100644 --- a/components/Aduan/index.vue +++ b/components/Aduan/index.vue @@ -300,7 +300,7 @@ export default { } // default sort by updated date - if (this.checkComplaintTypeSortByUpdatedDateHandle()) { + if (this.checkComplaintTypeSortByUpdatedDateHandle() && !this.query.sort_by) { this.setQuery({ sort_by: 'updated_at' }) }