Commit 433a7030 authored by xxx's avatar xxx

修改

parent 270c1e98
......@@ -201,7 +201,7 @@ export default {
loadData(){
let href1 = window.location.href;
let href2 = href1.split('?')[1];
this.userName1 = href2;
this.userName1 = decodeURI(href2);
//获取司机人员信息
httpGet(personalCenterInforQuery,{userName:this.userName1}).then((res) => {
if(res.code == 200 && res.data.totalElements != 0){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment