perf : deleteButton 删除功能代码优化
This commit is contained in:
@@ -52,11 +52,6 @@ export default {
|
||||
break
|
||||
}
|
||||
case 'delete-rel': {
|
||||
// this.$emit('deleteRel', {
|
||||
// row: row,
|
||||
// url: this.api,
|
||||
// ...param
|
||||
// })
|
||||
this.$store.dispatch('deleteTableRel', {
|
||||
row: row,
|
||||
url: this.api,
|
||||
|
||||
Reference in New Issue
Block a user