Browse Source

学历查询bug修复

kouchengxing 3 years ago
parent
commit
367721010e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      dgtis-ui/src/views/system/userInfoList/index.vue

+ 3 - 0
dgtis-ui/src/views/system/userInfoList/index.vue

@@ -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);