瀏覽代碼

学历查询bug修复

kouchengxing 4 年之前
父節點
當前提交
367721010e
共有 1 個文件被更改,包括 3 次插入0 次删除
  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);