* fix bug for batch edit task.

This commit is contained in:
z
2020-07-09 15:25:03 +08:00
parent d71428b12d
commit 6bb5cf37ce
3 changed files with 6 additions and 1 deletions
+1
View File
@@ -390,6 +390,7 @@ class task extends control
if($this->post->names)
{
$allChanges = $this->task->batchUpdate();
if(dao::isError()) die(js::error(dao::getError()));
if(!empty($allChanges))
{