From 6349510c00394f5b0fa9ca8894ecd59cb3f9ff4d Mon Sep 17 00:00:00 2001 From: laozt <2721205210@qq.com> Date: Sat, 23 Dec 2023 10:56:35 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E7=94=A8nickName?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/AddDialog/tab1.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/components/AddDialog/tab1.vue b/src/views/components/AddDialog/tab1.vue index b18fb38..d6a8617 100644 --- a/src/views/components/AddDialog/tab1.vue +++ b/src/views/components/AddDialog/tab1.vue @@ -278,7 +278,7 @@ export default { }; }, created() { - this.refreshList() + this.refreshList(); }, methods: { refreshList() { @@ -286,8 +286,7 @@ export default { if (userInfo.lawLevel == "县级" || userInfo.lawLevel == "镇级") { this.queryParams.district = userInfo.permissionCode; this.queryPlanEnterpriseParams.district = userInfo.permissionCode; - this.queryPlanEnterpriseParams.lawHierarchy = userInfo.userName; - + this.queryPlanEnterpriseParams.lawHierarchy = userInfo.nickName; } this.getPlanEnterpriseList(); },