@@ -231,7 +231,7 @@ export default {
handleCommand(data) {
switch (data.command) {
case 'update':
- this.handleCreateOrUpdate('update', data.row)
+ this.handleCreateOrUpdate('UPDATE', data.row)
break
case 'moveUp':
this.updateSort(data.row, 0)