diff --git a/project/xiushan/apps/financing/AppFinancingNeeds/needsStatistics.vue b/project/xiushan/apps/financing/AppFinancingNeeds/needsStatistics.vue index 4fb26afb..ec20bd32 100644 --- a/project/xiushan/apps/financing/AppFinancingNeeds/needsStatistics.vue +++ b/project/xiushan/apps/financing/AppFinancingNeeds/needsStatistics.vue @@ -327,7 +327,7 @@ export default { this.dict.load('financialOrganizationType', 'financialLoanApplyStatus') }, mounted() { - if(this.user.financeUser.id) { //机构 + if(this.user.financeUser && this.user.financeUser.id) { //机构 this.search.organizationId = this.user.financeUser.organizationId } this.getTableData()