|
|
@@ -137,7 +137,10 @@ export default {
|
|
|
isAuth : res.data.hr.isleader,
|
|
|
userid: res.data.hr.userid
|
|
|
}
|
|
|
+ console.log(this.userInfo,'user')
|
|
|
window.sessionStorage.setItem('userInfo',JSON.stringify(this.userInfo))
|
|
|
+ console.log(JSON.parse(window.sessionStorage.getItem('userInfo')));
|
|
|
+
|
|
|
},
|
|
|
list (param) {
|
|
|
param.content.isAll = 0
|