From 7d73239bab54458a374ad80baf55948b80704456 Mon Sep 17 00:00:00 2001 From: hyt <958868763@qq.com> Date: Mon, 15 Apr 2024 16:19:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E6=8F=92=E4=BB=B6=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E8=AE=BE=E7=BD=AE=E3=80=81=E9=9B=86=E6=88=90=E5=89=8D?= =?UTF-8?q?=E5=8F=B0=E4=BB=BB=E5=8A=A1=E8=BF=9B=E5=85=A5=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=97=B6=E8=B0=83=E7=94=A8=E7=94=9F=E4=BA=A7=E5=88=86=E7=B1=BB?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/newIntegrationTask/foregroundTask/index.vue | 2 +- src/views/newIntegrationTask/plugInOptions/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/newIntegrationTask/foregroundTask/index.vue b/src/views/newIntegrationTask/foregroundTask/index.vue index 0f08633..179a642 100644 --- a/src/views/newIntegrationTask/foregroundTask/index.vue +++ b/src/views/newIntegrationTask/foregroundTask/index.vue @@ -95,7 +95,7 @@ export default { }; }, mounted() { - this.queryProductClassfy(); + // this.queryProductClassfy(); this.GetProductionTableData(); }, methods: { diff --git a/src/views/newIntegrationTask/plugInOptions/index.vue b/src/views/newIntegrationTask/plugInOptions/index.vue index 3d5b489..8117406 100644 --- a/src/views/newIntegrationTask/plugInOptions/index.vue +++ b/src/views/newIntegrationTask/plugInOptions/index.vue @@ -95,7 +95,7 @@ export default { }; }, mounted() { - this.queryProductClassfy(); + // this.queryProductClassfy(); this.GetProductionTableData(); }, methods: {