Refactor #1745
parent
378184ed1c
commit
67a7799558
|
@ -131,9 +131,6 @@ export default {
|
||||||
return ObjectUtils.getVNodeProp(this.column, prop);
|
return ObjectUtils.getVNodeProp(this.column, prop);
|
||||||
},
|
},
|
||||||
resolveFieldData() {
|
resolveFieldData() {
|
||||||
if (!this.column.children.editor && this.editMode === 'row') {
|
|
||||||
return this.rowData;
|
|
||||||
}
|
|
||||||
return ObjectUtils.resolveFieldData(this.rowData, this.field);
|
return ObjectUtils.resolveFieldData(this.rowData, this.field);
|
||||||
},
|
},
|
||||||
toggleRow(event) {
|
toggleRow(event) {
|
||||||
|
|
Loading…
Reference in New Issue