BUG 83424

This commit is contained in:
baoyu
2024-04-12 14:50:33 +08:00
parent 30c90055c9
commit e6f4cc1e45
@@ -50,6 +50,9 @@
methods: { methods: {
getFile (fileList) { getFile (fileList) {
this.fileList = fileList || [] this.fileList = fileList || []
this.fileList.forEach(item => {
item.name = item.name || item.oldFileName
});
this.fileMadel = true this.fileMadel = true
}, },
beginImportFile(file) { beginImportFile(file) {