@@ -396,7 +396,7 @@ export default {
}).then(res => {
let { code, msg } = res
if (code == 200) {
- Toast('登记成功')
+ Toast(`${type==1? '保存':'提交'}成功`)
this.$router.push('/rehearsalTask')
} else {
Toast(msg)
@@ -433,7 +433,7 @@ export default {
this.$router.push('/training')