This commit is contained in:
2024-07-16 14:55:49 +08:00
parent 2667bda2c5
commit cefaa6871c

View File

@ -351,7 +351,7 @@ export default {
methods: { methods: {
changeswitch(e) { changeswitch(e) {
if (e) { if (e) {
this.routelist = this.allroutelist.filter(item => !item.conditionSatisfyStatus); this.routelist = this.allroutelist.filter(item => item.conditionSatisfyStatus);
} else { } else {
this.routelist = this.allroutelist this.routelist = this.allroutelist
} }