forked from github/dataease
fix: 超时重复提示
This commit is contained in:
parent
f3218fc87d
commit
0c4735666b
@ -281,8 +281,6 @@ export default {
|
||||
this.$error(res.message.substring(0, 2500) + '......')
|
||||
}
|
||||
}
|
||||
}).catch(res => {
|
||||
this.$error(res.message)
|
||||
})
|
||||
} else {
|
||||
return false
|
||||
|
@ -246,8 +246,6 @@ export default {
|
||||
this.$error(res.message.substring(0, 2500) + '......')
|
||||
}
|
||||
}
|
||||
}).catch(res => {
|
||||
this.$error(res.message)
|
||||
})
|
||||
} else {
|
||||
return false
|
||||
|
Loading…
Reference in New Issue
Block a user