|
@@ -212,6 +212,9 @@
|
|
|
console.log(that.$route.params)
|
|
|
var newQueryParams = {...that.queryParams,...that.params};
|
|
|
|
|
|
+ if(newQueryParams.education){
|
|
|
+ newQueryParams.education = newQueryParams.education.join("&");
|
|
|
+ }
|
|
|
console.log(newQueryParams)
|
|
|
listCustomer(newQueryParams).then(response => {
|
|
|
console.log(response);
|