From 33252d2a2b4c3361ee2acd4b1f98933e0b198529 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=96=AA=E5=90=8D?= <942005050@qq.com> Date: Sat, 1 Jun 2024 22:52:25 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=B8=B2=E6=9F=93=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=8D=A1=E6=AD=BB=20=E6=9A=82=E6=97=B6=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/components/material.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/home/components/material.vue b/src/views/home/components/material.vue index 841bab035..2649ab4b3 100644 --- a/src/views/home/components/material.vue +++ b/src/views/home/components/material.vue @@ -251,7 +251,7 @@ const getJobCharts = async () => { lineIndex.value++ } onMounted(async () => { - await getMaterialData() + // await getMaterialData() })