|
@@ -305,7 +305,7 @@
|
|
|
verifySn: this.getUrlParam('verifySn'),
|
|
|
dealerSn: this.getUrlParam('userSn')
|
|
|
}
|
|
|
- window.location.href = this.ajaxUrl + 'verify/exportExcel?verifySn='+ this.getUrlParam('verifySn') +'&dealerSn = '+this.getUrlParam('userSn')
|
|
|
+ window.location.href = this.ajaxUrl + 'verify/exportExcel?verifySn='+ this.getUrlParam('verifySn') +'&dealerSn='+this.getUrlParam('userSn')
|
|
|
// axios.get(this.ajaxUrl + 'verify/exportExcel', {
|
|
|
// params: ajaxData
|
|
|
// }, {
|