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>