@@ -31,7 +31,7 @@ const EditableFormItem = ({ label, dataIndex, record, dataId, span, editCellType
}
const save = async e => {
const { value = '' } = e.currentTarget
- if (value === record) {
+ if (value === record || !value) {
return
setVal(value)