BUG 83424

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