|
|
@ -261,7 +261,7 @@ const nodeClick = (e, x, y, node, view) => { |
|
|
|
getConfigProcessWorkstation(node.id) |
|
|
|
getConfigProcessWorker(node.id) |
|
|
|
getConfigProcessEquipment(node.id) |
|
|
|
console.log('nodeClick',detailData.value) |
|
|
|
//console.log('nodeClick',detailData.value) |
|
|
|
} |
|
|
|
|
|
|
|
const searchTableRef = ref() |
|
|
@ -289,7 +289,7 @@ const opensearchTable = ( |
|
|
|
} |
|
|
|
const publishPlan= async ()=>{ |
|
|
|
let data ={ |
|
|
|
id: detailData.value.id, |
|
|
|
updateId: detailData.value.id, |
|
|
|
status: detailData.value.status, |
|
|
|
remark: detailData.value.remark, |
|
|
|
planNoMonth: detailData.value.planNoMonth, |
|
|
|