Commit 4421bfaf authored by 季圣华's avatar 季圣华
Browse files

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

parent 26e54ca3
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment