This commit is contained in:
tianshujie
2024-01-31 10:17:34 +08:00
parent 453718639e
commit 20566cf036
+1 -1
View File
@@ -36,7 +36,7 @@ $(document).off('click','.batch-btn').on('click', '.batch-btn', function()
*/
window.setStatistics = function(element, checkedIDList)
{
if(typeof element != 'undefined') return;
if(typeof element == 'undefined') return;
let totalLeft = 0;
let totalEstimate = 0;