|
@@ -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 = {
|