From 235539714587dfec51365ced928edaf94b02a0da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?= =?UTF-8?q?=E9=98=B4?= <185154740@qq.com> Date: Fri, 11 Feb 2022 16:42:22 +0800 Subject: [PATCH] 27329 --- src/saas/AppConflictMediation/List.vue | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/saas/AppConflictMediation/List.vue b/src/saas/AppConflictMediation/List.vue index 3b34555a..cf6a74ca 100644 --- a/src/saas/AppConflictMediation/List.vue +++ b/src/saas/AppConflictMediation/List.vue @@ -170,12 +170,13 @@ export default { }, // 切换类型 changeType(e) { - if (e[0].value != 1) { - this.status = e[0].label - this.eventStatus = e[0].value - } else { - this.eventStatus = 4 - } + // if (e[0].value != 1) { + this.status = e[0].label + this.eventStatus = e[0].value + // } else { + // this.eventStatus = 4 + // } + this.current = 1 this.datas = [] this.getList() },