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: {
changeswitch(e) {
if (e) {
this.routelist = this.allroutelist.filter(item => !item.conditionSatisfyStatus);
this.routelist = this.allroutelist.filter(item => item.conditionSatisfyStatus);
} else {
this.routelist = this.allroutelist
}