|
@@ -120,7 +120,7 @@
|
|
|
)
|
|
)
|
|
|
console.log(that.queryParams)
|
|
console.log(that.queryParams)
|
|
|
// let params = Object.assign({pageNum: that.queryParams.pageNum}, this.$route.query )
|
|
// let params = Object.assign({pageNum: that.queryParams.pageNum}, this.$route.query )
|
|
|
- console.log(params)
|
|
|
|
|
|
|
+ // console.log(params)
|
|
|
// this.$router.push({params})
|
|
// this.$router.push({params})
|
|
|
if(that.queryParams.education){
|
|
if(that.queryParams.education){
|
|
|
that.queryParams.education = that.queryParams.education.join("&");
|
|
that.queryParams.education = that.queryParams.education.join("&");
|