* [refac bug #62111Adjust code.

This commit is contained in:
wangyidong
2025-05-07 15:51:25 +08:00
committed by 刘刚
parent 19504be571
commit 400d29be30
+1 -1
View File
@@ -164,7 +164,7 @@ function checkBatchEstStartedAndDeadline(event)
const deadline = $currentRow.find('[name^=deadline]').val();
const level = $currentRow.attr('data-level');
$nextRow = $currentRow.next();
let $nextRow = $currentRow.next();
while($nextRow.length)
{
let nextLevel = $nextRow.attr('data-level');