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() },