Merge remote-tracking branch 'origin/master'
commit
0d1a8c627b
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();
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue