项目添加人员角色去除已禁用角色
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
3578882ec0
commit
a8fe3d6073
|
@ -196,6 +196,7 @@ export default {
|
||||||
lock: true,
|
lock: true,
|
||||||
})
|
})
|
||||||
this.listQuery.TrialId = this.trialId
|
this.listQuery.TrialId = this.trialId
|
||||||
|
this.listQuery.IsUserRoleDisabled = false
|
||||||
getTrialUserScreeningList(this.listQuery)
|
getTrialUserScreeningList(this.listQuery)
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
loading.close()
|
loading.close()
|
||||||
|
|
Loading…
Reference in New Issue