From f6e6136c7162c65bac656bbaecc5abbe01d40ff0 Mon Sep 17 00:00:00 2001 From: yufei0306 <13417315+yufei0306@user.noreply.gitee.com> Date: Mon, 3 Jun 2024 09:04:10 +0800 Subject: [PATCH 01/14] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=8D=A1=E9=A1=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/components/material.vue | 4 ++-- src/views/home/components/produce.vue | 4 ++-- src/views/home/components/product.vue | 4 ++-- src/views/home/components/supplierIndex.vue | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/home/components/material.vue b/src/views/home/components/material.vue index 2649ab4b3..aa32fce7b 100644 --- a/src/views/home/components/material.vue +++ b/src/views/home/components/material.vue @@ -250,8 +250,8 @@ const getJobCharts = async () => { ]) lineIndex.value++ } -onMounted(async () => { - // await getMaterialData() +onMounted(() => { + getMaterialData() })