Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
c658df065e
|
@ -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