diff --git a/src/views/modules/peopleOpinons/cpts/eventDetail.vue b/src/views/modules/peopleOpinons/cpts/eventDetail.vue
index 606921c40..8b34ffd40 100644
--- a/src/views/modules/peopleOpinons/cpts/eventDetail.vue
+++ b/src/views/modules/peopleOpinons/cpts/eventDetail.vue
@@ -59,6 +59,18 @@
意见内容:
{{ info.eventContent }}
+
+ 意见文档:
+ 下载文件
+
+
+
+ 建议人年龄:
+ {{ info.age }}
+
+
+ 建议人身份:
+ {{ info.age }}
+
+
修改
+ size="small">查看
删除
diff --git a/src/views/modules/shequzhili/itemsActual/index.vue b/src/views/modules/shequzhili/itemsActual/index.vue
index 3132590b7..b0d89bf1d 100644
--- a/src/views/modules/shequzhili/itemsActual/index.vue
+++ b/src/views/modules/shequzhili/itemsActual/index.vue
@@ -3,7 +3,7 @@
-
+
@@ -37,7 +37,7 @@
-
+
diff --git a/src/views/modules/shequzhili/videomonitoring/index.vue b/src/views/modules/shequzhili/videomonitoring/index.vue
index 91fe9cbba..8eef0f191 100644
--- a/src/views/modules/shequzhili/videomonitoring/index.vue
+++ b/src/views/modules/shequzhili/videomonitoring/index.vue
@@ -3,7 +3,7 @@
-
+
diff --git a/src/views/modules/solicitationSpecial/cpts/suggestionList.vue b/src/views/modules/solicitationSpecial/cpts/suggestionList.vue
index 19089f6c9..d39e3a6aa 100644
--- a/src/views/modules/solicitationSpecial/cpts/suggestionList.vue
+++ b/src/views/modules/solicitationSpecial/cpts/suggestionList.vue
@@ -131,7 +131,7 @@
转办
+ >查看
删除
@@ -858,30 +858,7 @@ export default {
})
},
- handleChangeAgency (val) {
-
- this.sarr = []
- const map = new Map();
- this.getLastItem(
- this.orgOptions,
- val,
- "agencyId"
- );
- this.level = this.sarr[this.sarr.length - 1].level
- },
- getLastItem (list, vals, key) {
- let LIST = list || [];
- for (let item of LIST) {
- // console.log(item[key]);
- for (let i of vals) {
- if (item[key] === i) {
- this.sarr.push(item);
- } else {
- this.getLastItem(item.subAgencyList, vals, key);
- }
- }
- }
- },
+
//重构树,去除网格
deepTree(arr, children) {