Merge branch dev/bug-63337 of zentao/zentaopms (#9669)

This commit is contained in:
刘刚
2025-06-19 10:03:06 +08:00
committed by Gitfox
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -18,7 +18,6 @@ window.changeType = function(e)
if(moduleList.indexOf(type) !== -1)
{
index = index + 1;
link = $.createLink(type, objectsMethod[type], param);
$.get(link, function(data)
{
+1 -1
View File
@@ -234,7 +234,7 @@ class todoZen extends todo
*/
protected function beforeBatchCreate(form $form): array|false
{
$todos = $form->get();
$todos = $form->cleanInt('pri, begin, end')->get();
foreach($todos as $rawID => $todo)
{
if($todo->end < $todo->begin)