From c7609e24375cad1d3742c6ff942cc1c0d7eea670 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=85=81=E6=9E=9E?= <3422692813@qq.com> Date: Mon, 14 Oct 2024 18:28:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B010.14?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fuintAdmin/src/views/shopowner.vue | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/fuintAdmin/src/views/shopowner.vue b/fuintAdmin/src/views/shopowner.vue index 19cf0ad12..98b0660c0 100644 --- a/fuintAdmin/src/views/shopowner.vue +++ b/fuintAdmin/src/views/shopowner.vue @@ -325,7 +325,10 @@ export default { this.getDataCount() }, mounted() { - this.initChart() + setTimeout(() => { + this.initChart(); + }, 2000); + }, methods: { goList() { @@ -364,7 +367,7 @@ export default { console.log('dataAnalysisOilNumberList',this.dataAnalysisOilNumberList) console.log('dataAnalysisIfOilList',this.dataAnalysisIfOilList) console.log('dataAnalysisAllList',this.dataAnalysisAllList) - this.initChart() + // this.initChart() } }) }, @@ -406,7 +409,7 @@ export default { getStoreList() { selectStoreAmount(this.addDateRange({}, this.value2)).then(res => { this.storeList = res.data - this.initChart() + // this.initChart() }) }, // 选择机构信息 @@ -445,7 +448,7 @@ export default { getStoreAmount() { getDataBoard(this.addDateRange(this.queryParams, this.value1)).then(res => { this.storeAmount = res.data - this.initChart() + // this.initChart() }) }, countPercentage(upNum, downNum) {