This commit is contained in:
liuye
2022-04-11 09:41:29 +08:00
parent 0c7c690af1
commit 8cf11b7167

View File

@@ -327,7 +327,7 @@ export default {
this.dict.load('financialOrganizationType', 'financialLoanApplyStatus') this.dict.load('financialOrganizationType', 'financialLoanApplyStatus')
}, },
mounted() { mounted() {
if(this.user.financeUser.id) { //机构 if(this.user.financeUser && this.user.financeUser.id) { //机构
this.search.organizationId = this.user.financeUser.organizationId this.search.organizationId = this.user.financeUser.organizationId
} }
this.getTableData() this.getTableData()