Skip to content

Commit 3c20460

Browse files
committed
修复文件上传框undefined显示
1 parent 17a7d02 commit 3c20460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/FileList.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export default {
145145
return 'webkitdirectory' in document.createElement('input')
146146
},
147147
beforeUpload(file) {
148-
this.uploadTip = `${this.$t('uploading')} ${file.name} ${this.$t('to')} ${this.currentPath}, ${this.notCloseWindows}..`
148+
this.uploadTip = `${this.$t('uploading')} ${file.name} ${this.$t('to')} ${this.currentPath}, ${this.$t('notCloseWindows')}..`
149149
this.uploadData.id = file.uid
150150
// 是否有文件夹
151151
const dirPath = file.webkitRelativePath;

0 commit comments

Comments
 (0)