@ -448,6 +448,9 @@ export default {
},
getList() {
this.loading = true;
if (this.filterQuery.companyName != null && this.filterQuery.companyName != '') {
this.filterQuery.page = 1;
}
getCustomers(this.filterQuery)
.then((response) => {
this.loading = false;