fix: 成功提示注释掉

This commit is contained in:
caozc
2023-02-27 22:42:04 +08:00
parent e83c81485d
commit d654a6e46e
4 changed files with 4 additions and 8 deletions

View File

@@ -377,11 +377,10 @@ export default {
}; };
batchSendMessage(obj).then(res => { batchSendMessage(obj).then(res => {
console.log(res) console.log(res)
message.success("成功"); message.success("催促" + props.title + "成功");
}).catch(err => { }).catch(err => {
console.log(err) console.log(err)
}) })
message.success("催促" + props.title + "成功");
}; };
//导入成绩 //导入成绩
const showEScoreModal = () => { const showEScoreModal = () => {

View File

@@ -371,12 +371,11 @@
'chapterId': props.datasource.chapterId,//阶段或关卡Id 'chapterId': props.datasource.chapterId,//阶段或关卡Id
}; };
batchSendMessage(obj).then(res => { batchSendMessage(obj).then(res => {
message.success("催促" + props.title + "成功");
console.log(res) console.log(res)
message.success("成功");
}).catch(err => { }).catch(err => {
console.log(err) console.log(err)
}) })
message.success("催促" + props.title + "成功");
}; };
//导入成绩 //导入成绩
const showEScoreModal = () => { const showEScoreModal = () => {

View File

@@ -376,11 +376,10 @@
}; };
batchSendMessage(obj).then(res => { batchSendMessage(obj).then(res => {
console.log(res) console.log(res)
message.success("成功"); message.success("催促" + props.title + "成功");
}).catch(err => { }).catch(err => {
console.log(err) console.log(err)
}) })
message.success("催促" + props.title + "成功");
}; };
//导入成绩 //导入成绩
const showEScoreModal = () => { const showEScoreModal = () => {

View File

@@ -378,11 +378,10 @@ export default {
}; };
batchSendMessage(obj).then(res => { batchSendMessage(obj).then(res => {
console.log(res) console.log(res)
message.success("成功"); message.success("催促" + props.title + "成功");
}).catch(err => { }).catch(err => {
console.log(err) console.log(err)
}) })
message.success("催促" + props.title + "成功");
}; };
//导入成绩 //导入成绩
const showEScoreModal = () => { const showEScoreModal = () => {