修改UAT提出的问题

This commit is contained in:
范强强
2023-10-25 09:23:39 +08:00
parent f7f78ea036
commit 4f060126e0
@@ -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)
},
//保存