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