From e1da0c9ea5b99e521944576d394aaadb1fb43698 Mon Sep 17 00:00:00 2001
From: wangxiaoshuang <825034831@qq.com>
Date: Thu, 9 Jan 2025 15:42:29 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E8=B4=A6=E5=8F=B7=E6=93=8D?=
=?UTF-8?q?=E4=BD=9C=E6=97=A5=E5=BF=97=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/trials/trials-myinfo/index.vue | 4 ++--
.../trials/trials-panel/trial-summary/login-log/index.vue | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
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) => {