26397
This commit is contained in:
@@ -211,6 +211,8 @@ export default {
|
|||||||
this.getList(e.id)
|
this.getList(e.id)
|
||||||
},
|
},
|
||||||
getList(partyOrgId) {
|
getList(partyOrgId) {
|
||||||
|
if (!this.user.info.organizationId) return
|
||||||
|
|
||||||
this.loading = true
|
this.loading = true
|
||||||
partyOrgId = partyOrgId || this.selected.id
|
partyOrgId = partyOrgId || this.selected.id
|
||||||
this.instance.post(`/app/appparty/list`, null, {
|
this.instance.post(`/app/appparty/list`, null, {
|
||||||
|
|||||||
Reference in New Issue
Block a user