fix: 测试计划任务通知接收人列表会变成英文

This commit is contained in:
Captain.B 2020-10-23 17:26:55 +08:00
parent ed6ca388cc
commit dc092b3d32
1 changed files with 1 additions and 1 deletions

View File

@ -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
})
},