fix typo: 上窜 -> 上传

pull/2/head
sam 2022-02-11 09:16:04 +08:00
parent 128ee67925
commit efcff7333e
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -169,7 +169,7 @@ export default {
handleFileUploadProgress(event, file, fileList) { handleFileUploadProgress(event, file, fileList) {
this.upload.isUploading = true; // this.upload.isUploading = true; //
}, },
/** 发起文件上 */ /** 发起文件上 */
submitFileForm() { submitFileForm() {
this.$refs.upload.submit(); this.$refs.upload.submit();
}, },