From e4a2ffb7d7560e8cfc8f30b9a77f2599bf3fac26 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Wed, 16 Feb 2022 11:51:53 +0800 Subject: [PATCH] confirm --- src/saas/AppConflictMediation/List.vue | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/saas/AppConflictMediation/List.vue b/src/saas/AppConflictMediation/List.vue index b91e8960..ebd51430 100644 --- a/src/saas/AppConflictMediation/List.vue +++ b/src/saas/AppConflictMediation/List.vue @@ -121,7 +121,6 @@ export default { }, onShow() { document.title = '矛盾调解' - this.getList() }, created() { this.$dict.load('clapEventStatus', 'clapEventStatusAll', 'clapEventStatusHistory').then(() => { @@ -179,21 +178,6 @@ export default { uni.navigateTo({ url: './add' }) }, - - confirm(e) { - if (this.show) { - this.girdNameText = e[0].label - this.girdId = e[0].value - } - if (this.showType) { - this.eventStatus = e[0].value - this.eventStatusText = e[0].label - } - - this.current = 1 - this.getList() - }, - goDetail(item) { uni.navigateTo({ url: `./detail?id=${item.id}` }) },