智慧园区前端大屏
linwe
2024-11-07 a3eb3f7fd0889c3eed7ea5f5c812246779efa53c
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>