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: {