licp
2024-04-17 716b89768ab6b8a9146bfe2a27d35ca8522ba7b6
src/components/view/b4-daily-business-statistics.vue
@@ -146,6 +146,17 @@
        ]
      }
    }
  },
  mounted(){
    this.init()
  },
  methods:{
    init(){
      this.$axios.get(this.$api.report.businessStatisticsByDay).then(res => {
        if (res.code == 201) return
        console.log(res)
      })
    }
  }
}
</script>