代码更新:

1.增加查询当前物料工作是否完成的时间间隔
This commit is contained in:
梁州 2024-09-06 16:32:21 +08:00
parent 4e6466b716
commit 71d70e899b

View File

@ -178,7 +178,7 @@ export default {
this.$refs.goodsId.focus()
this.timer = setInterval(() => {
this.queryFinish()
}, 2000)
}, 3000)
},
beforeUnmount() {
clearInterval(this.timer)