From 4a138c52a613bf2eec1cf0cbe78a77f7417cf03e Mon Sep 17 00:00:00 2001 From: liuye Date: Mon, 11 Apr 2022 10:42:42 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=84=E7=BB=87id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../apps/financing/AppFinancingNeeds/needsStatistics.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/project/xiushan/apps/financing/AppFinancingNeeds/needsStatistics.vue b/project/xiushan/apps/financing/AppFinancingNeeds/needsStatistics.vue index bf18d85a..297ee3f5 100644 --- a/project/xiushan/apps/financing/AppFinancingNeeds/needsStatistics.vue +++ b/project/xiushan/apps/financing/AppFinancingNeeds/needsStatistics.vue @@ -3,7 +3,7 @@
@@ -118,7 +118,8 @@ export default { applyInfo: {}, demandInfo: {}, staticInfo: {}, - stuTime: [] + stuTime: [], + userOrgId: '' } }, methods: { @@ -329,6 +330,7 @@ export default { mounted() { if(this.user.financeUser && this.user.financeUser.id) { //机构 this.search.organizationId = this.user.financeUser.organizationId + this.userOrgId = this.user.financeUser.organizationId } this.getTableData() }