Merge remote-tracking branch 'origin/master'

This commit is contained in:
YunaiV 2022-02-12 00:28:27 +08:00
commit 0d1a8c627b
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) {
this.upload.isUploading = true; //
},
/** 发起文件上 */
/** 发起文件上 */
submitFileForm() {
this.$refs.upload.submit();
},