From dc5b1f5463b3b5fc1f6abfc41a82d01d77b39183 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 3 Sep 2025 10:39:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E6=97=A5=E5=BF=97=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E8=8E=B7=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/user.js | 8 ++++++++ .../trials/trials-panel/trial-summary/login-log/index.vue | 7 ++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/src/api/user.js b/src/api/user.js index fffdf41..8951a76 100644 --- a/src/api/user.js +++ b/src/api/user.js @@ -191,4 +191,12 @@ export function setIsIgnoreUncommonly(data) { data, }) } +// 获取登录用户 +export function getTrialUserList(params) { + return request({ + url: `/TrialMaintenance/getTrialUserList`, + method: 'get', + params + }) +} 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 94c8216..3fdfa54 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 @@ -25,13 +25,13 @@ --> - - @@ -152,7 +152,8 @@ const searchDataDefault = () => { PageIndex: 1, PageSize: 20, UserId: '', - TargetIdentityUserId: '' + TargetIdentityUserId: '', + IdentityUserId: '' } } export default {