代码更新:
1.增加查询当前物料工作是否完成的时间间隔
This commit is contained in:
parent
4e6466b716
commit
71d70e899b
|
|
@ -178,7 +178,7 @@ export default {
|
|||
this.$refs.goodsId.focus()
|
||||
this.timer = setInterval(() => {
|
||||
this.queryFinish()
|
||||
}, 2000)
|
||||
}, 3000)
|
||||
},
|
||||
beforeUnmount() {
|
||||
clearInterval(this.timer)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user