个人账号操作日志修改

uat_us
wangxiaoshuang 2025-01-09 15:42:29 +08:00
parent 78c1b57770
commit e1da0c9ea5
2 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@
:IsCanConnectInternet="IsCanConnectInternet"
v-if="activeIndex === '2'"
/>
<login-log v-if="activeIndex === '3'" :id="userId" :isMine="true" />
<login-log v-if="activeIndex === '3'" :id="identityUserId" :isMine="true" />
</div>
</div>
</template>
@ -64,7 +64,7 @@ export default {
}
},
computed: {
...mapGetters(['userId', 'userName']),
...mapGetters(['identityUserId', 'userName']),
},
mounted() {
this.getUserInfo()

View File

@ -311,7 +311,7 @@ export default {
this.loading = true
this.searchData.TrialId = this.$route.query.trialId
if (this.isMine) {
this.searchData.UserId = this.id
this.searchData.IdentityUserId = this.id
}
getUserLogList(this.searchData)
.then((res) => {