Merge remote-tracking branch 'origin/master'

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