NEZ-610 fix: cabinet列表页面bug

This commit is contained in:
@changcode
2021-05-11 16:46:16 +08:00
parent fcc83cc9a5
commit 291d361945
9 changed files with 59 additions and 129 deletions

View File

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