fix:eal4修改

This commit is contained in:
wangwenrui
2021-05-14 16:44:54 +08:00
parent 801180443f
commit 6d24eb864b
10 changed files with 16 additions and 508 deletions

View File

@@ -26,7 +26,6 @@ export default {
tableOperation ([command, row, param]) {
switch (command) {
case 'edit': {
console.info(1, command, row)
this.$emit('edit', row)
break
}