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