src/tabviews/custom/components/table/edit-table/normalTable/mkPopSelect/index.jsx
@@ -284,7 +284,7 @@ this.props.onChange(values, record.$$uuid) this.setState({visible: false}) this.setState({visible: false, value: record.$$uuid}) if (config.$ctrl) { MKEmitter.emit('colBlur' + config.tableId, lineId, config.uuid) @@ -294,11 +294,13 @@ if (config.enter === '$noAct') return setTimeout(() => { if (/\$next/.test(config.enter)) { MKEmitter.emit('nextLine' + config.tableId, lineId, config.enter.replace('$next_', '')) } else { MKEmitter.emit('setFocus' + config.tableId, lineId, config.enter) } }, 10) } trigger = (e) => {