导入提示

This commit is contained in:
何美荣 2025-12-01 13:26:15 +08:00
parent e85988ffb7
commit 2443063006

View File

@ -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 {
//失败 //失败