Kaynağa Gözat

Merge branch 'beta' of https://git.cocorobo.cn/CocoRoboLabs/pbl-teacher-table into beta

lsc 1 yıl önce
ebeveyn
işleme
bc8133f54a

+ 1 - 3
src/components/pages/classroomObservation/components/chatArea.vue

@@ -1056,10 +1056,8 @@ export default {
 
 			
 			iiframe.contentWindow.sessionStopped = function(e){
-				_this.$message.success("转译完成")
+				_this.$message.success("转译完成")
 				_this.showGetTextLoading = false;
-				_this.transcriptionData.content.replaceAll("_(转译中...)","")
-				_this.editorBarData.content.replaceAll("_(转译中...)","")
 				_this.saveEditorBar();
 			}