mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 05:16:45 +08:00
fix: 成功提示注释掉
This commit is contained in:
@@ -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 = () => {
|
||||||
|
|||||||
@@ -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 = () => {
|
||||||
|
|||||||
@@ -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 = () => {
|
||||||
|
|||||||
@@ -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 = () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user