|
|
@@ -568,6 +568,8 @@ export default {
|
|
|
.then(() => {
|
|
|
this.handleResetSet();
|
|
|
this.data.notes_list.option = [];
|
|
|
+ this.isWordTime = false;
|
|
|
+ this.data.wordTime = [];
|
|
|
})
|
|
|
.catch(() => {});
|
|
|
}
|
|
|
@@ -786,6 +788,8 @@ export default {
|
|
|
.then(() => {
|
|
|
this.data.mp3_list = [];
|
|
|
this.data.file_id_list = [];
|
|
|
+ this.isWordTime = false;
|
|
|
+ this.data.wordTime = [];
|
|
|
})
|
|
|
.catch(() => {});
|
|
|
},
|