mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2025-10-28 20:43:38 +08:00
fix typo: 上窜 -> 上传
This commit is contained in:
File diff suppressed because one or more lines are too long
@ -169,7 +169,7 @@ export default {
|
||||
handleFileUploadProgress(event, file, fileList) {
|
||||
this.upload.isUploading = true; // 禁止修改
|
||||
},
|
||||
/** 发起文件上窜 */
|
||||
/** 发起文件上传 */
|
||||
submitFileForm() {
|
||||
this.$refs.upload.submit();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user