From d59cd051ee4089989efbd064bff184b98233c595 Mon Sep 17 00:00:00 2001
From: laozt <2721205210@qq.com>
Date: Wed, 20 Dec 2023 14:24:59 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E5=AD=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/components/AddDialog/tab1.vue | 4 +
src/views/yingji/echarts/executive.vue | 2 +
src/views/yingji/enterprise copy.vue | 682 ++++++++++++++++++++++++
src/views/yingji/enterprise.vue | 4 +-
src/views/yingji/planManage.vue | 6 +
5 files changed, 696 insertions(+), 2 deletions(-)
create mode 100644 src/views/yingji/enterprise copy.vue
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 @@
+
+