sureRuleDelete () {
this.deleteRuleDialog = false
for ( let i=this.tableData.length; i>=0; i--){
this.selectionData.forEach( item => {
if (item.fieid == i+1) {
this.tableData.splice(i,1)
}
})
}
}
原文地址:https://www.cnblogs.com/yiyiyurou/p/9774772.html
时间: 2024-11-06 17:04:05