natasha 9 months ago
parent
commit
75f454fc21
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/wordcard/writeTableNew.vue

+ 1 - 1
src/views/wordcard/writeTableNew.vue

@@ -288,7 +288,7 @@ export default {
       this.data.left.fileList = [];
       this.data.left.fileList = [];
     },
     },
     initHanziwrite() {
     initHanziwrite() {
-      if (this.data.left.con.trim()) {
+      if (this.data.left.con.trim() && this.data.right.audio_file === '') {
         this.loading = true;
         this.loading = true;
         let MethodName = 'tool-TextToVoiceFile';
         let MethodName = 'tool-TextToVoiceFile';
         let datas = {
         let datas = {