liukangdong
2024-12-12 b3059e1a596b4fb05a708f3c3ac0ff3bc369d06b
screen/src/views/LogisticsEfficiency.vue
@@ -827,7 +827,6 @@
  wlplatformJobList().then(res => {
    const result = res.data
    dataList3.value = result
    loopFn1()
  })
}
const data4 = ref({})
@@ -862,7 +861,6 @@
  wlstockList().then(res => {
    const result = res.data
    dataList6.value = result
    loopFn2()
  })
}
@@ -900,6 +898,11 @@
  getData6()
  initMap()
  setTimeout(() => {
    loopFn1()
    loopFn2()
  }, 12000)
})