This commit is contained in:
lanzongjun
2022-08-05 15:40:25 +08:00
parent 8adc70569f
commit 408150ff5c
3 changed files with 7 additions and 1 deletions
+1
View File
@@ -266,6 +266,7 @@ class programplan extends control
$this->loadModel('task')->updateEsDateByGantt($objectID, $_POST['type']);
if(dao::isError()) return $this->send(array('result' => 'fail', 'message' => dao::getError()));
$this->loadModel('action')->create('task', $objectID, 'ganttDrag', json_encode($_POST), $this->app->user->account);
return $this->send(array('result' => 'success'));
}
}