Browse Source

首次打开弹窗默认不加载工序相关数据

master_hella_20240701
滕晓飞 9 months ago
parent
commit
91145734af
  1. 4
      src/views/mes/orderDay/components/schedule.vue
  2. 4
      src/views/mes/orderDay/components/scheduleDetail.vue

4
src/views/mes/orderDay/components/schedule.vue

@ -410,9 +410,9 @@ const getProcessroute = async () => {
graph.value?.fromJSON(graphJson.value.cells) graph.value?.fromJSON(graphJson.value.cells)
// //
//currentStartNode.value = graphJson.value.cells[0] //currentStartNode.value = graphJson.value.cells[0]
currentNode.value = graphJson.value.cells[0] // currentNode.value = graphJson.value.cells[0]
// //
nodeClick('','','',currentNode.value,'') // nodeClick('','','',currentNode.value,'')
} }

4
src/views/mes/orderDay/components/scheduleDetail.vue

@ -238,9 +238,9 @@ const getProcessroute = async () => {
graph.value?.fromJSON(graphJson.value.cells) graph.value?.fromJSON(graphJson.value.cells)
// //
//currentStartNode.value = graphJson.value.cells[0] //currentStartNode.value = graphJson.value.cells[0]
currentNode.value = graphJson.value.cells[0] // currentNode.value = graphJson.value.cells[0]
// //
nodeClick('','','',currentNode.value,'') // nodeClick('','','',currentNode.value,'')
} }
// //

Loading…
Cancel
Save