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