Browse Source

甘特图一键修复添加规则

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

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

@ -926,6 +926,9 @@
},
//
repairschedule(){
if (!this.allData.TaskId) {
return
}
this.fullscreenLoading = true;
postRepairschedule({
TaskId: this.allData.TaskId,


Loading…
Cancel
Save