SanHQin hace 11 meses
padre
commit
da88708985

+ 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();
 			}