diff --git a/src/components/Template/CustomTable.vue b/src/components/Template/CustomTable.vue index bc71c18..97cd932 100644 --- a/src/components/Template/CustomTable.vue +++ b/src/components/Template/CustomTable.vue @@ -1208,7 +1208,7 @@ export default { } } - this.$emit("blur", { rowIndex, colKey, value, item: this.localDataSource[rowIndex] }); + this.$emit("blur", { rowIndex, colKey, value, dataSource: this.localDataSource, headerSelectFields: this.headerSelectFields, item: this.localDataSource[rowIndex] }); } } };