src/views/SignMachineNest/components/MachineLeft/InspectionRaskDetails.vue
@@ -13,6 +13,7 @@ import { pxToRem } from '@/utils/rem'; import CommonTitle from '@/components/CommonTitle.vue'; import CommonDateTime from '@/components/CommonDateTime.vue'; import { jobNumBar, industryJobNumPieChart } from '@/api/home/index.js' const chartRef = ref(null); const pieRef = ref(null); @@ -163,6 +164,10 @@ pieChart.resize(); }); }); onMounted(() => { getMachineData(); }); </script> <style lang="scss" scoped>