@@ -542,7 +542,7 @@
},
handleEdit(row) {
if (row.id) {
- this.$refs['edit'].showEdit(row)
+ this.$refs['add'].showEdit(row)
} else {
this.$refs['add'].showEdit()
}