mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-23 07:41:53 +08:00
fix typo: 上窜 -> 上传
This commit is contained in:
parent
128ee67925
commit
efcff7333e
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();
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user