|
@@ -812,6 +812,7 @@ export default {
|
|
|
this.dataModel.splice(i, 1)
|
|
this.dataModel.splice(i, 1)
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+ this.$refs.elTable.clearSelection()
|
|
|
this.totalCount = this.dataModel.length
|
|
this.totalCount = this.dataModel.length
|
|
|
// 后置事件
|
|
// 后置事件
|
|
|
this.afterScript(this.actionCode, position, {
|
|
this.afterScript(this.actionCode, position, {
|