|
@@ -405,7 +405,7 @@
|
|
|
|
|
|
getUser() {
|
|
|
this.userInfo = JSON.parse(window.sessionStorage.userInfo);
|
|
|
- console.log(this.userInfo);
|
|
|
+ // console.log(this.userInfo);
|
|
|
let newArr = [];
|
|
|
|
|
|
if(this.userInfo.cityName == null && this.userInfo.countyName == null){
|
|
@@ -423,7 +423,7 @@
|
|
|
sts: 0
|
|
|
},
|
|
|
}).then((res) => {
|
|
|
- console.log(res.data.body);
|
|
|
+ // console.log(res.data.body);
|
|
|
res.data.body.forEach(item=>{
|
|
|
newArr.push(...item.dutyNo.split(","));
|
|
|
})
|