src/tabviews/custom/components/table/edit-table/normalTable/index.jsx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/tabviews/custom/components/table/edit-table/normalTable/index.jsx
@@ -310,7 +310,7 @@ const { config, lineId } = this.props if (config.$ctrl) { MKEmitter.emit('colBlur' + config.tableId, lineId, config.uuid) MKEmitter.emit('colBlur' + config.tableId, lineId, config.uuid, true) } setTimeout(() => { @@ -1556,7 +1556,11 @@ MKEmitter.removeListener('changeRecord' + tableId, this.changeRecord) } colBlur = (lineId) => { colBlur = (lineId, colId, defer) => { if (defer && this.focusId === lineId && this.colId !== colId) { return } this.blurId = lineId this.focusId = ''