diff --git a/src/views/trials/trials-myinfo/index.vue b/src/views/trials/trials-myinfo/index.vue
index 3f5b19f7..443754b6 100644
--- a/src/views/trials/trials-myinfo/index.vue
+++ b/src/views/trials/trials-myinfo/index.vue
@@ -37,7 +37,7 @@
:IsCanConnectInternet="IsCanConnectInternet"
v-if="activeIndex === '2'"
/>
-
+
@@ -64,7 +64,7 @@ export default {
}
},
computed: {
- ...mapGetters(['userId', 'userName']),
+ ...mapGetters(['identityUserId', 'userName']),
},
mounted() {
this.getUserInfo()
diff --git a/src/views/trials/trials-panel/trial-summary/login-log/index.vue b/src/views/trials/trials-panel/trial-summary/login-log/index.vue
index 27bc09b2..749ae21b 100644
--- a/src/views/trials/trials-panel/trial-summary/login-log/index.vue
+++ b/src/views/trials/trials-panel/trial-summary/login-log/index.vue
@@ -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) => {