Merge remote-tracking branch 'origin/master'

This commit is contained in:
wenyann 2020-10-23 17:31:27 +08:00
commit c658df065e
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
})
},