智慧园区前端大屏
shuishen
2024-11-07 a5c6a3c50283747d043ce2f34992d6d16cb4d93f
src/views/survey/components/box/fireSource.vue
@@ -70,7 +70,7 @@
})
// 获取详情
function getData() {
function getData () {
  getDetail().then(res => {
    state.parkInfo = res.data.data
    parkInfoList.forEach(item => {
@@ -84,8 +84,6 @@
    console.log(err)
  })
}
</script>
<template>