Browse Source

甘特图一键修复参数调整

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

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

@ -931,9 +931,7 @@
}
this.fullscreenLoading = true;
postRepairschedule({
TaskId: this.allData.TaskId,
startDate: `${moment(this.startAndEdnDate[0]).format('YYYY-MM-DD')} 00:00:00`,
endDate: `${moment(this.startAndEdnDate[1]).format('YYYY-MM-DD')} 23:59:59`,
TaskId: this.allData.TaskId
}).then(({
code
}) => {


Loading…
Cancel
Save