From 15ef10da54184e13e4aa6c0d4e2985aecd555ea4 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 7 Mar 2023 09:49:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=90=86=E6=9C=AA=E7=94=A8=E5=AD=97?= =?UTF-8?q?=E5=85=B8=E5=92=8C=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/qujing/AppConflictMediation/List.vue | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/src/project/qujing/AppConflictMediation/List.vue b/src/project/qujing/AppConflictMediation/List.vue index 4a9639a2..19c417a6 100644 --- a/src/project/qujing/AppConflictMediation/List.vue +++ b/src/project/qujing/AppConflictMediation/List.vue @@ -53,7 +53,7 @@ - +
@@ -75,12 +75,9 @@ export default { groupName: '', girdNameText: '所属网格', showType: false, - listType: [], status: '', eventStatus: '', eventStatusText: '办件状态', - listTypeHistory: [], - listTypeAll: [], groupType: [], showGird: false, staticName: [ @@ -130,11 +127,7 @@ export default { this.getList(), this.getStaticList() ]).finally(() => uni.hideLoading()) - this.$dict.load('conflictEventStatus', 'clapEventStatusAll', 'clapEventStatusHistory').then(() => { - this.listTypeAll = this.$dict.getDict('clapEventStatusAll') - this.listTypeHistory = this.$dict.getDict('clapEventStatusHistory') - this.listType = this.listTypeAll - }) + this.$dict.load('conflictEventStatus', 'conflictEventStatusAll') }, methods: { getList() { @@ -194,11 +187,6 @@ export default { this.girdNameText = '所属网格' this.eventStatusText = '办件状态' this.currentTabs = index - if (index == 0) { - this.listType = this.listTypeAll - } else { - this.listType = this.listTypeHistory - } this.getList() },