diff --git a/project/xiushan/apps/AppLandTransfer/components/Add.vue b/project/xiushan/apps/AppLandTransfer/components/Add.vue index 7a99dc3d..1d96daad 100644 --- a/project/xiushan/apps/AppLandTransfer/components/Add.vue +++ b/project/xiushan/apps/AppLandTransfer/components/Add.vue @@ -251,8 +251,8 @@ export default { background: #FFF !important; } - ::v-deep .ai-info-item label { - width: 130px; - } + // ::v-deep .ai-info-item label { + // width: 130px; + // } } \ No newline at end of file diff --git a/project/xiushan/apps/financing/AppGrabLog/needsStatistics.vue b/project/xiushan/apps/financing/AppGrabLog/needsStatistics.vue index 32bcdf9e..ee940b68 100644 --- a/project/xiushan/apps/financing/AppGrabLog/needsStatistics.vue +++ b/project/xiushan/apps/financing/AppGrabLog/needsStatistics.vue @@ -5,7 +5,7 @@ @@ -79,7 +79,7 @@ @getList="getList" :col-configs="colConfigs" :dict="dict" style="padding:0 20px 20px 20px;"> @@ -335,14 +335,17 @@ export default { }, created() { this.search.areaId = this.user.info.areaId - this.dict.load('financialOrganizationType', 'financialLoanApplyStatus', 'financingDemandStatus') - }, - mounted() { if (this.user.financeUser && this.user.financeUser.id) { //机构 this.search.organizationId = this.user.financeUser.organizationId this.userOrgId = this.user.financeUser.organizationId } - this.getTableData() + this.dict.load('financialOrganizationType', 'financialLoanApplyStatus', 'financingDemandStatus').then(() => { + this.getTableData() + }) + }, + mounted() { + + } }