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