From 20bcb81abc314f74b97afb66372e4610f0d11cdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Thu, 1 Aug 2024 16:31:28 +0800 Subject: [PATCH] xg --- src/views/manage/components/PathReview.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/manage/components/PathReview.vue b/src/views/manage/components/PathReview.vue index c805d7c..31537b8 100644 --- a/src/views/manage/components/PathReview.vue +++ b/src/views/manage/components/PathReview.vue @@ -203,6 +203,7 @@
{{ item.taskTypeName }}-{{ item.taskPartitionDictName }} + (不符合条件)
@@ -350,7 +351,7 @@ export default { }, methods: { changeswitch(e) { - if (e) { + if (!e) { this.routelist = this.allroutelist.filter(item => item.conditionSatisfyStatus); } else { this.routelist = this.allroutelist @@ -396,7 +397,7 @@ export default { }); getRouteNodeInfo(this.$route.query.signRecordId).then(res => { this.allroutelist = res.data - this.routelist = res.data + this.routelist = this.allroutelist.filter(item => item.conditionSatisfyStatus); this.tab = 2 loading.close(); }).catch(err => {