Commit af64845c authored by arvin's avatar arvin

update

parent 3c449556
......@@ -332,6 +332,9 @@ export default {
this.loading = true
const tasks = this.gantt.getTableData().data.data
const links = this.gantt.getTableData().data.links
links.forEach(l => {
l.isCritical = this.gantt.isCriticalLink(l)
})
const params = this.ganttData.map(item => {
const routes = item.extProcessExecutorRoutes ? item.extProcessExecutorRoutes.map(r => {
return {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment