commit
d6640b9ab3
|
|
@ -174,7 +174,7 @@ export default {
|
|||
this.$emit('on-cancel-edit', params)
|
||||
},
|
||||
'on-save-edit': (params) => {
|
||||
this.value[params.index][params.column.key] = this.edittingText
|
||||
this.value[params.row.initRowIndex][params.column.key] = this.edittingText
|
||||
this.$emit('input', this.value)
|
||||
this.$emit('on-save-edit', Object.assign(params, {value: this.edittingText}))
|
||||
this.edittingCellId = ''
|
||||
|
|
|
|||
Loading…
Reference in New Issue