remove useless index param of onSwitch
This commit is contained in:
parent
539913673f
commit
cd14566a34
3 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ const Interactions = {
|
|||
}
|
||||
},
|
||||
methods: {
|
||||
onModeSwitch (index, dataset) {
|
||||
onModeSwitch (dataset) {
|
||||
this.filterMode = tabModeDict[dataset.filter]
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue