Commit 72e477cb by zhaochengxiang

word导入

parent 2ff16653
......@@ -52,10 +52,9 @@ const ImportWordModal = (props) => {
if (reference==='stock') {
onCancel(true);
} else {
onCancel(true, data?.firstId, data?.result);
onCancel(true, data?.result, data?.firstId);
}
}
onCancel && onCancel(true);
},
error: () => {
setConfirmLoading(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