|
|
|
@ -396,8 +396,15 @@ export class LeftDomainComponent implements OnInit {
|
|
|
|
|
|
|
|
|
|
//关闭 编辑信息/导出Excel 弹窗
|
|
|
|
|
closeBaseInfoDialog() { |
|
|
|
|
sessionStorage.setItem('userdata', this.originalData) |
|
|
|
|
this.isShowBaseDialog = false |
|
|
|
|
PlanComponent.instance.isShowLoading = true |
|
|
|
|
let params = { organizationUnitId: PlanComponent.instance.companyData.id } |
|
|
|
|
this.http.get('/api/services/app/GasStation/Get', { params: params }).subscribe((data: any) => { |
|
|
|
|
data.result.govUnitDetail ? data.result.govUnitDetail = JSON.parse(data.result.govUnitDetail) : null |
|
|
|
|
this.baseInfo = data.result |
|
|
|
|
sessionStorage.setItem('userdata', this.originalData) |
|
|
|
|
this.isShowBaseDialog = false |
|
|
|
|
PlanComponent.instance.isShowLoading = false |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|