diff --git a/src/views/components/AddDialog/tab2.vue b/src/views/components/AddDialog/tab2.vue index df11e07..487903a 100644 --- a/src/views/components/AddDialog/tab2.vue +++ b/src/views/components/AddDialog/tab2.vue @@ -295,7 +295,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.queryParams.riskLevel = "C,D"; this.getList();