Commit 1b637251 authored by 莫坚培's avatar 莫坚培

fix: 清除每一次轮询的变量

parent b359f4ca
...@@ -949,6 +949,7 @@ function startRequestLoop() { ...@@ -949,6 +949,7 @@ function startRequestLoop() {
requestLoopVaribleCache = {} requestLoopVaribleCache = {}
Object.values(Controls.dataPoolMap).forEach(item => { Object.values(Controls.dataPoolMap).forEach(item => {
item.isSameGroupCount = 0 item.isSameGroupCount = 0
item.flagItem = null
}) })
// 使用await等待前一组完成,再进行下一组,且利用requestLoopStopFlag控制每一批(一批多个组)完成才能进行下一批 // 使用await等待前一组完成,再进行下一组,且利用requestLoopStopFlag控制每一批(一批多个组)完成才能进行下一批
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment