|
|
@ -295,7 +295,7 @@ export default {
|
|
|
|
if (userInfo.lawLevel == "县级" || userInfo.lawLevel == "镇级") {
|
|
|
|
if (userInfo.lawLevel == "县级" || userInfo.lawLevel == "镇级") {
|
|
|
|
this.queryParams.district = userInfo.permissionCode;
|
|
|
|
this.queryParams.district = userInfo.permissionCode;
|
|
|
|
this.queryPlanEnterpriseParams.district = userInfo.permissionCode;
|
|
|
|
this.queryPlanEnterpriseParams.district = userInfo.permissionCode;
|
|
|
|
this.queryPlanEnterpriseParams.lawHierarchy = userInfo.userName;
|
|
|
|
this.queryPlanEnterpriseParams.lawHierarchy = userInfo.nickName;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
this.queryParams.riskLevel = "C,D";
|
|
|
|
this.queryParams.riskLevel = "C,D";
|
|
|
|
this.getList();
|
|
|
|
this.getList();
|
|
|
|