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 => {