取消发送语音后处理实训步骤校验
This commit is contained in:
parent
7de8989806
commit
ce1be2d1c8
@ -272,6 +272,9 @@ export default {
|
|||||||
this.microphone = null;
|
this.microphone = null;
|
||||||
this.recordSending = false;
|
this.recordSending = false;
|
||||||
this.recorders = null;
|
this.recorders = null;
|
||||||
|
if (this.$store.state.trainingNew.trainingSwitch) {
|
||||||
|
this.$store.dispatch('trainingNew/handleMatchVoice', {content: 'false'});
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// 停止录制 发送语音
|
// 停止录制 发送语音
|
||||||
|
Loading…
Reference in New Issue
Block a user