修改UAT提出的问题
This commit is contained in:
@@ -698,10 +698,11 @@
|
||||
this.deleteIds.push(item.id)
|
||||
}
|
||||
|
||||
for(let i=index;i<this.contentList.length-1;i++){
|
||||
this.contentList[index]=this.contentList[index+1]
|
||||
}
|
||||
this.contentList.pop()
|
||||
// for(let i=index;i<this.contentList.length-1;i++){
|
||||
// this.contentList[index]=this.contentList[index+1]
|
||||
// }
|
||||
this.contentList.splice(index,1)
|
||||
// this.contentList.pop()
|
||||
// console.log('this.content',this.contentList)
|
||||
},
|
||||
//保存
|
||||
|
||||
Reference in New Issue
Block a user