项目添加人员角色去除已禁用角色
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2024-12-31 10:29:44 +08:00
parent 3578882ec0
commit a8fe3d6073
1 changed files with 1 additions and 0 deletions

View File

@ -196,6 +196,7 @@ export default {
lock: true,
})
this.listQuery.TrialId = this.trialId
this.listQuery.IsUserRoleDisabled = false
getTrialUserScreeningList(this.listQuery)
.then((res) => {
loading.close()