|
|
|
@ -286,8 +286,9 @@ export default {
|
|
|
|
|
if (userInfo.lawLevel == "县级" || userInfo.lawLevel == "镇级") {
|
|
|
|
|
this.queryParams.district = userInfo.permissionCode;
|
|
|
|
|
this.queryPlanEnterpriseParams.district = userInfo.permissionCode;
|
|
|
|
|
this.queryPlanEnterpriseParams.lawHierarchy = userInfo.userName;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
this.getList();
|
|
|
|
|
this.getPlanEnterpriseList();
|
|
|
|
|
},
|
|
|
|
|
/** 查询计划企业列表 */
|
|
|
|
@ -319,7 +320,7 @@ export default {
|
|
|
|
|
this.formPlanEnterprise.lawSort = userInfo.lawSort;
|
|
|
|
|
this.formPlanEnterprise.lawAreas = userInfo.lawAreas;
|
|
|
|
|
this.formPlanEnterprise.lawLevel = userInfo.lawLevel;
|
|
|
|
|
this.formPlanEnterprise.lawHierarchy = userInfo.userName;
|
|
|
|
|
this.formPlanEnterprise.lawHierarchy = userInfo.nickName;
|
|
|
|
|
this.formPlanEnterprise.plannedYear = this.$moment(new Date()).format(
|
|
|
|
|
"yyyy"
|
|
|
|
|
);
|
|
|
|
|