Commit df45bb50 authored by wuhao's avatar wuhao 🎯

asder

parent 32e37470
...@@ -89,9 +89,9 @@ const EditTable = ({ ...@@ -89,9 +89,9 @@ const EditTable = ({
let result = res?.data?.data ?? {} let result = res?.data?.data ?? {}
it[items] = result[effectresult[items]]; it[items] = result[effectresult[items]];
}) })
}else{ editorFormRef.current?.setRowData?.(i, it)
} else {
} }
editorFormRef.current?.setRowData?.(i, it)
return it return it
}) })
}; };
......
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