修改禅道已知bug
This commit is contained in:
@@ -124,7 +124,7 @@
|
||||
} else {
|
||||
eventBUs.$emit('searchReset')
|
||||
}
|
||||
this.$message.success(info.file.response.message || `${info.file.name} 文件导入成功`)
|
||||
this.$message.success(this.$t('OperationSuccessful'))
|
||||
}
|
||||
this.spinning = false
|
||||
} else {
|
||||
@@ -187,7 +187,7 @@
|
||||
}
|
||||
this.spinning = false
|
||||
} else {
|
||||
this.$message.error(`文件导入失败: ${info.file.msg} `)
|
||||
this.$message.error(this.$t('operationFailed'))
|
||||
this.spinning = false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user