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