From 8213e748e862187bfc8781f1517d97c1f0e7bfe6 Mon Sep 17 00:00:00 2001 From: luojie <125330818@qq.com> Date: Mon, 13 Apr 2026 21:27:21 +0800 Subject: [PATCH] =?UTF-8?q?feat:[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86][upd?= =?UTF-8?q?ate]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Template/CustomTable.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] }); } } };