diff --git a/src/App.vue b/src/App.vue
index 298f518a..7a615db8 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -14,7 +14,7 @@ export default {
this.initWaterMarker()
},
onPageNotFound() {
- this.logout()
+ // this.logout()
},
computed: {
...mapState(['token', 'user']),
diff --git a/src/sass/AppConflictMediation/List.vue b/src/sass/AppConflictMediation/List.vue
index bdd1c990..690779f3 100644
--- a/src/sass/AppConflictMediation/List.vue
+++ b/src/sass/AppConflictMediation/List.vue
@@ -18,7 +18,7 @@
事件列表
-
{{ $dict.getLabel('clapEventStatusAll', groupName) }}
+
{{ status? status: '全部' }}
@@ -50,7 +50,7 @@
-
@@ -75,6 +75,7 @@ export default {
girdNameText: '所属网格',
showType: false,
listType: [],
+ status: '',
eventStatus: '',
eventStatusText: '办件状态',
listTypeHistory: [],
@@ -140,13 +141,10 @@ export default {
},
// 切换类型
changeType(e) {
- console.log(e)
- this.girdId = e[0].value
- this.groupType.map((item) => {
- if(item.id == this.form.girdId) {
- this.form.girdName = item.girdName
- }
- })
+ this.status = e[0].label
+ this.datas = []
+ this.eventStatus = e[0].value
+ this.getList()
},
// 新增事件
diff --git a/src/sass/AppConflictMediation/detail.vue b/src/sass/AppConflictMediation/detail.vue
index 172ea23d..9ab88055 100644
--- a/src/sass/AppConflictMediation/detail.vue
+++ b/src/sass/AppConflictMediation/detail.vue
@@ -1,5 +1,5 @@
-