|
@ -1897,7 +1897,7 @@ export default { |
|
|
const url = '/gov/org/agency/agencydetail' |
|
|
const url = '/gov/org/agency/agencydetail' |
|
|
|
|
|
|
|
|
let params = { |
|
|
let params = { |
|
|
agencyId: localStorage.getItem('agencyId') |
|
|
agencyId: this.currentAgencyId |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
const { data, code, msg } = await requestPost(url,params) |
|
|
const { data, code, msg } = await requestPost(url,params) |
|
|