From f672d1ebda0468cd8a2f1ab61a236ce719edd245 Mon Sep 17 00:00:00 2001 From: Nicola Carminati Date: Mon, 9 Jul 2018 12:29:43 +0200 Subject: [PATCH] Hide tool modal --- Step/wwwroot/src/components/production.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Step/wwwroot/src/components/production.vue b/Step/wwwroot/src/components/production.vue index f4208184..be401ddb 100644 --- a/Step/wwwroot/src/components/production.vue +++ b/Step/wwwroot/src/components/production.vue @@ -88,6 +88,7 @@ import processSelectionMaintenance from "../modules/base-components/cards/proces import cardProductionCms from "../modules/base-components/cards/card-production-cms.vue"; import { Factory, MessageService } from "src/_base"; import { alarmsModelActions,store } from "src/store"; +import { ModalHelper } from "src/modules/base-components"; export default { components:{ softkeysPrefered, headProduction, cardAxesProduction, processSelectionMaintenance, cardProductionCms @@ -100,6 +101,9 @@ export default { selectedHead: null } }, + mounted:function() { + ModalHelper.HideModal("modal2"); + }, computed:{ machineInfo: function() { return this.$store.state.machineInfo;