Hide tool modal
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user