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