@ -120,8 +120,9 @@ export default {
},
methods: {
showCustomerMenu (row) {
this.selMenuName = row.name
this.$refs['customerForm'].init(row.tableId)
this.$refs['customerForm'].init(row.id)
}
@ -121,7 +121,7 @@ export default {