Hide tool modal

This commit is contained in:
Nicola Carminati
2018-07-09 12:29:43 +02:00
parent 05b2acd4c1
commit f672d1ebda
@@ -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;