修改excel导入的提示延迟时间

This commit is contained in:
季圣华
2022-09-27 21:47:43 +08:00
parent 26e54ca3a0
commit 4421bfafcb

View File

@@ -321,7 +321,7 @@ export const JeecgListMixin = {
if (info.file.response.code === 200) {
this.$message.success(info.file.response.data || `${info.file.name} 文件上传成功`)
} else {
this.$message.warning(info.file.response.data)
this.$message.warning(info.file.response.data, 8)
}
this.confirmLoading = false
this.visible = false