Commit 05ed97eb authored by renjintao's avatar renjintao

userId

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