|
|
@ -23,6 +23,7 @@ function ImportBtn(props) { |
|
|
|
if (file.file.status == 'done') { |
|
|
|
if (file.file.response.status == 20000) { |
|
|
|
setMsg(file.file.response?.message) |
|
|
|
message.success(file.file.response?.message) |
|
|
|
} else { |
|
|
|
message.error(file.file.response?.message) |
|
|
|
} |
|
|
|