This commit is contained in:
daitingting
2024-05-23 14:22:15 +08:00
committed by caoyanyi
parent 31476bd3ec
commit 1ec0b645e1
+5 -1
View File
@@ -65,7 +65,11 @@ $(document).off('click','.batch-btn').on('click', '.batch-btn', function()
}
else
{
if(!unlinkTaskIdList) return false;
if(!unlinkTaskIdList)
{
loadCurrentPage();
return false;
}
$('#storyIdList').val(unlinkTaskIdList);
}