diff --git a/src/views/components/AddDialog/tab1.vue b/src/views/components/AddDialog/tab1.vue
index 2cd9adf..e111160 100644
--- a/src/views/components/AddDialog/tab1.vue
+++ b/src/views/components/AddDialog/tab1.vue
@@ -240,6 +240,10 @@ export default {
};
},
created() {
+ let userInfo = JSON.parse(sessionStorage.getItem("USER_INFO"));
+ if (userInfo.lawLevel == "县级" || userInfo.lawLevel == "镇级") {
+ this.queryParams.district = userInfo.permissionCode;
+ }
this.getList();
this.getPlanEnterpriseList();
},
diff --git a/src/views/yingji/echarts/executive.vue b/src/views/yingji/echarts/executive.vue
index 438cba3..a6507e0 100644
--- a/src/views/yingji/echarts/executive.vue
+++ b/src/views/yingji/echarts/executive.vue
@@ -95,6 +95,8 @@ export default {
else if (userInfo.lawLevel == "镇级") {
this.isShow = false;
this.text = userInfo.permissionDescription;
+ }else {
+ this.treeData = this.compartment;
}
// this.district = "320582403"
diff --git a/src/views/yingji/enterprise copy.vue b/src/views/yingji/enterprise copy.vue
new file mode 100644
index 0000000..bc3b335
--- /dev/null
+++ b/src/views/yingji/enterprise copy.vue
@@ -0,0 +1,682 @@
+
+