perf : deleteButton 删除功能代码优化

This commit is contained in:
likexuan
2023-01-04 11:10:03 +08:00
parent 4bf20f45a5
commit 31d76d0e4d
26 changed files with 40 additions and 410 deletions

View File

@@ -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,