bug 78384

This commit is contained in:
赵霄
2023-11-14 10:57:22 +08:00
parent 675ff7ac77
commit 87645825a0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -287,7 +287,7 @@ export const ConfigurableTableMixin = {
if (Array.isArray(info.file.response.result) && info.file.response.result.length > 0) {
this.messageLineFeed(this.$t('fileImportError'), info.file.response.result)
} else {
this.$message.warning(`${info.file.name} ${info.file.response.message}.`)
this.$message.warning(`${info.file.name} ${info.file.response.message}`)
}
}
} else if (info.file.status === 'error') {
+1 -1
View File
@@ -434,7 +434,7 @@ export const JeroListMixin = {
if (Array.isArray(info.file.response.result) && info.file.response.result.length > 0) {
this.messageLineFeed(this.$t('fileImportError'), info.file.response.result)
} else {
this.$message.warning(`${info.file.name} ${info.file.response.message}.`)
this.$message.warning(`${info.file.name} ${info.file.response.message}`)
}
}
} else if (info.file.status === 'error') {