|
@@ -140,8 +140,8 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- this.queryParams.image = this.queryParams.image + ""
|
|
|
- this.queryParams.file = this.queryParams.file + ""
|
|
|
+ this.queryParams.image = JSON.stringify(this.queryParams.image)
|
|
|
+ this.queryParams.file = JSON.stringify(this.queryParams.file)
|
|
|
console.log(this.queryParams)
|
|
|
if(this.queryParams.pageNum !== undefined){
|
|
|
this.queryParams.pageNum = undefined
|