Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web into main
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
commit
c309410c04
|
@ -37,7 +37,7 @@
|
||||||
:IsCanConnectInternet="IsCanConnectInternet"
|
:IsCanConnectInternet="IsCanConnectInternet"
|
||||||
v-if="activeIndex === '2'"
|
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>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
@ -64,7 +64,7 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
...mapGetters(['userId', 'userName']),
|
...mapGetters(['identityUserId', 'userName']),
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.getUserInfo()
|
this.getUserInfo()
|
||||||
|
|
|
@ -311,7 +311,7 @@ export default {
|
||||||
this.loading = true
|
this.loading = true
|
||||||
this.searchData.TrialId = this.$route.query.trialId
|
this.searchData.TrialId = this.$route.query.trialId
|
||||||
if (this.isMine) {
|
if (this.isMine) {
|
||||||
this.searchData.UserId = this.id
|
this.searchData.IdentityUserId = this.id
|
||||||
}
|
}
|
||||||
getUserLogList(this.searchData)
|
getUserLogList(this.searchData)
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
|
|
Loading…
Reference in New Issue