Commit 07b080e6 by zhaochengxiang

重点关注问题

parent 2a3c4868
...@@ -469,7 +469,7 @@ const ImportActionTable = (props) => { ...@@ -469,7 +469,7 @@ const ImportActionTable = (props) => {
data: attribute data: attribute
}, },
callback: remoteData => { callback: remoteData => {
const newData = [...data]; const newData = [...moveRowRef.current.data];
const index = (newData||[]).findIndex((item) => attribute.iid === item.iid); const index = (newData||[]).findIndex((item) => attribute.iid === item.iid);
if (index !== -1) { if (index !== -1) {
......
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