BUG 31144
This commit is contained in:
@@ -59,6 +59,7 @@ export default {
|
||||
const {oid: organizationId} = this
|
||||
this.detail = {}
|
||||
organizationId && this.instance.post(`/app/apporganizationgeneralelection/queryDetailByOrganizationId`, null, {
|
||||
pureBack:true,
|
||||
params: {organizationId}
|
||||
}).then(res => {
|
||||
if (res?.data) {
|
||||
|
||||
Reference in New Issue
Block a user