修改
This commit is contained in:
parent
2667bda2c5
commit
cefaa6871c
@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user