From 5a9a82bc068e8e2f26ff606bec8b0e59c3512ea9 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:54:43 +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/produce.vue | 2 +- src/views/home/components/product.vue | 2 +- src/views/home/components/supplierIndex.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/home/components/produce.vue b/src/views/home/components/produce.vue index 527bd8877..4cd90ec4e 100644 --- a/src/views/home/components/produce.vue +++ b/src/views/home/components/produce.vue @@ -202,7 +202,7 @@ const getJobCharts = async () => { lineIndex.value++ } onMounted(async () => { - await getProduceData() + // await getProduceData() })