|
@@ -1500,8 +1500,8 @@ export default {
|
|
|
openDialog() {
|
|
|
this.checkResult = false;
|
|
|
this.isUpload = true;
|
|
|
- if(document.getElementById("radioFile")){
|
|
|
- document.getElementById("radioFile").value = '';
|
|
|
+ if (document.getElementById("radioFile")) {
|
|
|
+ document.getElementById("radioFile").value = "";
|
|
|
}
|
|
|
this.dialogRadioFile = true;
|
|
|
this.fileList = [];
|
|
@@ -1598,7 +1598,7 @@ export default {
|
|
|
this.uploadAudioLoading = false;
|
|
|
this.checkResult = false;
|
|
|
this.isUpload = true;
|
|
|
- document.getElementById("radioFile").value = '';
|
|
|
+ document.getElementById("radioFile").value = "";
|
|
|
this.initPaper();
|
|
|
})
|
|
|
.catch(error => {
|