导入提示
This commit is contained in:
parent
e85988ffb7
commit
2443063006
@ -90,7 +90,7 @@ class SK004Import extends React.Component {
|
|||||||
var isOk = true
|
var isOk = true
|
||||||
if (info.file.status === 'done') {
|
if (info.file.status === 'done') {
|
||||||
if (info.file.response.IsSuccessful) {
|
if (info.file.response.IsSuccessful) {
|
||||||
Msg = "【" + info.file.name + '】' + info.file.response.Data.Data
|
Msg = "【" + info.file.name + '】' + "导入成功!"//info.file.response.Data.Data
|
||||||
// message.info(`${info.file.name} 导入并保存成功`);
|
// message.info(`${info.file.name} 导入并保存成功`);
|
||||||
} else {
|
} else {
|
||||||
//失败
|
//失败
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user