{}
curl --location --request POST '/api/WorkOrder/GetTaskGantt' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"columns": [
{
"name": "text",
"label": "任务名称",
"width": 200,
"align": "center",
"tree": true
}
],
"data": [
{
"id": 6,
"parent": 4,
"idstart_date": "2020-11-07",
"duration": 8,
"text": "API reference",
"progress": 0.75,
"readonly": true
}
]
}