mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2025-10-29 17:48:29 +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) {
|
handleFileUploadProgress(event, file, fileList) {
|
||||||
this.upload.isUploading = true; // 禁止修改
|
this.upload.isUploading = true; // 禁止修改
|
||||||
},
|
},
|
||||||
/** 发起文件上窜 */
|
/** 发起文件上传 */
|
||||||
submitFileForm() {
|
submitFileForm() {
|
||||||
this.$refs.upload.submit();
|
this.$refs.upload.submit();
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user