Browse Source

甘特图删除参数赋值

pull/124/head
liwei 3 years ago
parent
commit
c84204a5f6
1 changed files with 1 additions and 13 deletions
  1. +1
    -13
      src/views/productplan/workbench/schedule.vue

+ 1
- 13
src/views/productplan/workbench/schedule.vue View File

@ -935,23 +935,11 @@
}).then(({
code,
data: {
WorklineDict,
UnPlannedTaskArray,
TaskId,
PlannedTaskArray,
LockedTaskArray
WorklineDict
}
}) => {
this.fullscreenLoading = false;
if (code === 200) {
this.allData = {
UnPlannedTaskArray,
TaskId,
PlannedTaskArray,
LockedTaskArray,
ManualPlannedTask: {},
Operation: "",
}
gantt.clearAll();
// gantt.templates.timeline_cell_class
const data = [{


Loading…
Cancel
Save