给jar包上传失败增加提示
This commit is contained in:
parent
6366ff002c
commit
ac33040c23
@ -244,6 +244,8 @@
|
||||
if (info.file.response.code === 200) {
|
||||
this.$message.success(info.file.response.data)
|
||||
this.loadData()
|
||||
} else {
|
||||
this.$message.error(info.file.response.data)
|
||||
}
|
||||
} else {
|
||||
this.$message.error(info.file.response.data);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user