ZN
23 小时以前 aaf2e90e8f2967dde6f3bd5351523234881e2c98
src/views/reportAnalysis/productionAnalysis/components/left-top.vue
@@ -150,7 +150,7 @@
})
const fetchData = () => {
  processOutputAnalysis({ dateType: dateType.value })
  processOutputAnalysis({ type: dateType.value })
    .then((res) => {
      if (res.code === 200 && Array.isArray(res.data)) {
        const items = res.data