riku
2023-11-23 348d29c1cd601e269eae92e6ec55d31e77b3ecd0
src/views/risk_assessment/components/SiteDetail.vue
@@ -1,16 +1,15 @@
<!--点击站点 跳转至风险模型页面  -->
<script>
import FlightInspection1 from '@/views/exception/components/FlightInspection1.vue'
import CompFlightInspection from '@/views/exception/components/CompFlightInspection.vue'
export default {
  components: {
    FlightInspection1
    CompFlightInspection
  },
  data() {
    return {
      siteName: '',
      month: '',
      // 页标题
      title:''
    }
  },
  watch: {},
@@ -21,7 +20,6 @@
      vm.siteName = to.params.siteName
      vm.month = to.params.month
      vm.$nextTick(()  =>  {
      //  console.log('midd11',  vm.siteName,  vm.month);
     })
    })
  },
@@ -41,7 +39,8 @@
    </template>
  </el-page-header>
  <FlightInspection1 :site-name="siteName" :month="month" :show-all="false"> </FlightInspection1>
  <CompFlightInspection :site-name="siteName" :month="month" :show-all="false"> </CompFlightInspection>
</template>
<style scoped>