Commit 07eca27b by zhaochengxiang

bug fix

parent 8d42e595
...@@ -709,10 +709,6 @@ export const ImportActionTable = (props) => { ...@@ -709,10 +709,6 @@ export const ImportActionTable = (props) => {
setData(newData); setData(newData);
moveRowRef.current.data = newData; moveRowRef.current.data = newData;
onChange && onChange(newData, false); onChange && onChange(newData, false);
if (!record.needAttention) {
preSaveDataModel(record);
}
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment