29016
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user