wangting
2023-07-13 4a9cb99da50561faf6bca6e298859fa39965f8b0
Source/UBCS-WEB/src/api/GetItem.js
@@ -46,3 +46,11 @@
  })
}
//流程执行中表头
export function FlowTable(data){
  return request({
    url: 'api/ubcs-code/mdmEngineController/getFlowdUIInfoByClassifyOid',
    method: 'get',
    data
  })
}