fix: 测试计划任务通知接收人列表会变成英文
This commit is contained in:
parent
ed6ca388cc
commit
dc092b3d32
|
@ -516,7 +516,7 @@ export default {
|
|||
name: '',
|
||||
organizationId: this.currentUser().lastOrganizationId
|
||||
};
|
||||
this.result = this.$post('user/special/org/member/list', param, response => {
|
||||
this.result = this.$post('user/org/member/list/all', param, response => {
|
||||
this.jenkinsReceiverOptions = response.data
|
||||
})
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue