* Code for task #95529.

This commit is contained in:
sunguangming
2023-06-21 11:09:40 +08:00
parent 6d540e26b1
commit 82f4878512
9 changed files with 264 additions and 20 deletions
+1
View File
@@ -59,6 +59,7 @@ class task extends control
/* Submit the data process after create the task form. */
if(!empty($_POST))
{
a($_POST);die;
$taskData = $this->taskZen->buildTaskForCreate($this->post->execution);
if(dao::isError()) return $this->send(array('result' => 'fail', 'message' => dao::getError()));