fix typo: 上窜 -> 上传

This commit is contained in:
sam 2022-02-11 09:16:04 +08:00
parent 128ee67925
commit efcff7333e
2 changed files with 2 additions and 2 deletions
yudao-server/src/main/resources/admin-ui/static/js
yudao-ui-admin/src/views/infra/file

File diff suppressed because one or more lines are too long

@ -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();
}, },