Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
4421bfaf
Commit
4421bfaf
authored
Sep 27, 2022
by
季圣华
Browse files
修改excel导入的提示延迟时间
parent
26e54ca3
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/mixins/JeecgListMixin.js
View file @
4421bfaf
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment