From 6d7492cebe0ab70c5a7ddc00e6299602651ae0fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E4=BB=95=E4=BC=9F?= <499672082@qq.com> Date: Tue, 1 Mar 2022 12:02:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89areaId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/xiushan/apps/financing/AppFinancingNeeds/needsList.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/project/xiushan/apps/financing/AppFinancingNeeds/needsList.vue b/project/xiushan/apps/financing/AppFinancingNeeds/needsList.vue index e80d9023..d81540ed 100644 --- a/project/xiushan/apps/financing/AppFinancingNeeds/needsList.vue +++ b/project/xiushan/apps/financing/AppFinancingNeeds/needsList.vue @@ -68,7 +68,6 @@ export default { } }, created() { - this.search.areaId = this.user.info.areaId this.getTableData() } }