|
@@ -1050,6 +1050,7 @@ export default {
|
|
|
}
|
|
}
|
|
|
_this.showGetTextLoading = true;
|
|
_this.showGetTextLoading = true;
|
|
|
let privText = e.privText;
|
|
let privText = e.privText;
|
|
|
|
|
+ console.log(privText)
|
|
|
_this.transcriptionData.content += privText;
|
|
_this.transcriptionData.content += privText;
|
|
|
_this.editorBarData.content += privText;
|
|
_this.editorBarData.content += privText;
|
|
|
};
|
|
};
|