* Fix bug#50013.

This commit is contained in:
xieqiyu
2024-05-23 09:18:22 +08:00
parent da62a6b573
commit eae82d9f0f
+2 -2
View File
@@ -102,9 +102,9 @@ $(document).off('click', '#linkStoryByPlan button[type="submit"]').on('click', '
*/
window.setStatistics = function(element, checkedIdList)
{
if(!checkedIdList) return {html: summary};
const checkedTotal = checkedIdList.length;
if(!checkedTotal) return {html: summary};
$('#storyIdList').val(checkedIdList.join(','));
let checkedEstimate = 0;