Commit c0325cf2 by fanyj

删除校验

parent 43cce953
...@@ -828,7 +828,6 @@ export const ImportActionTable = (props) => { ...@@ -828,7 +828,6 @@ export const ImportActionTable = (props) => {
if (index !== -1) { if (index !== -1) {
newData.splice(index, 1, remoteData); newData.splice(index, 1, remoteData);
moveRowRef.current.data = newData; moveRowRef.current.data = newData;
onChange && onChange(newData, false);
} }
}, },
}) })
......
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