优化查看案件上下切换
This commit is contained in:
parent
6b83e5b8f9
commit
e8f6a672f9
@ -536,7 +536,7 @@ export default {
|
||||
},
|
||||
// 获取上一件案件
|
||||
getFrontCaseById() {
|
||||
if (!this.$clickThrottle()) {
|
||||
if (!this.$clickThrottle(1000)) {
|
||||
return
|
||||
}//防止重复点击
|
||||
if(this.queue || this.index === 0) return
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user