Browse Source

feat:[模板管理][update]

luojie
luojie 1 week ago
parent
commit
8213e748e8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/components/Template/CustomTable.vue

+ 1
- 1
src/components/Template/CustomTable.vue View File

@ -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] });
} }
} }
}; };

Loading…
Cancel
Save