Commit 4dae5506 by crushh

update: dist

parent 774fc6d1
......@@ -196,7 +196,6 @@ export default {
statisticsChart(para).then(res => {
const { result } = res.data;
this.charData = result || [];
// this.charData = [
// { addNum: 0, bizDate: '2022-07-22', clickNum: 0, clickTimes: 0 },
// { addNum: 0, bizDate: '2022-07-23', clickNum: 0, clickTimes: 0 },
......@@ -269,7 +268,7 @@ export default {
},
mounted() {
this.getDetail();
this.getChartList();
this.statisticsTotal();
this.btnChange(0);
document.getElementById('hb-layout-pager-one').addEventListener('scroll', this.scrollMethod);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment