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