采用nickName

zhangtao
laozt 1 year ago
parent 4445821196
commit 6349510c00

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

Loading…
Cancel
Save