|
@@ -1052,8 +1052,6 @@ export default {
|
|
|
updateMessageTranscription({ transcriptionData, editorBarData }, fn) {
|
|
|
this.bmData.jsonData["transcriptionData"] = transcriptionData;
|
|
|
this.bmData.jsonData["editorBarData"] = editorBarData;
|
|
|
- console.log("👇");
|
|
|
- console.log(editorBarData);
|
|
|
this.saveData(this.bmData).then(res => {
|
|
|
this.$message.success("保存成功");
|
|
|
fn ? fn() : "";
|