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(); },