Commit 05ed97eb authored by renjintao's avatar renjintao

userId

parent 0208f960
......@@ -330,9 +330,7 @@ export default {
//选项卡切换
tab(data) {
if (data == '0') {
this.easySearch.creatorUserId.value = JSON.parse(
sessionStorage.getItem('userInfo')
).userId
this.easySearch.creatorUserId.value = this.$store.state.userInfo.userId
} else {
this.easySearch.creatorUserId.value = null
}
......
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