fix
This commit is contained in:
@@ -254,8 +254,8 @@ export default defineComponent({
|
||||
watch:{
|
||||
driver__:{
|
||||
handler(newVal,oldVal){
|
||||
if(newVal.index >= 5 && newVal.index <= 7){
|
||||
this.open(newVal.index-4)
|
||||
if(newVal.index >= 6 && newVal.index <= 8){
|
||||
this.open(newVal.index-5)
|
||||
}else{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user