取消发送语音后处理实训步骤校验

This commit is contained in:
fan 2024-03-05 15:03:57 +08:00
parent 7de8989806
commit ce1be2d1c8

View File

@ -272,6 +272,9 @@ export default {
this.microphone = null;
this.recordSending = false;
this.recorders = null;
if (this.$store.state.trainingNew.trainingSwitch) {
this.$store.dispatch('trainingNew/handleMatchVoice', {content: 'false'});
}
}
},
//