This commit is contained in:
zhangsir
2024-07-10 18:18:35 +08:00
parent d1061455f6
commit 046351c883
4 changed files with 17 additions and 16 deletions

View File

@@ -81,7 +81,7 @@
this.bandIndexs = []
this.bandItem = []
this.indexs = [0]
this.posiData = [this.posiLists[0]]
this.posiData = []
this.bandFirst = ''
this.bandEnd = ''
},
@@ -146,9 +146,9 @@
this.isTrue = true
},
searchItem(item,index){
if(index == 0){
return
}
// if(index == 0){
// return
// }
const indexToRemove = this.indexs.indexOf(index);
if (indexToRemove !== -1) {
this.indexs.splice(indexToRemove, 1);