* [bug#54897,done,0.5h] The selector is incorrect.

This commit is contained in:
hufangzhou
2024-09-10 14:15:55 +08:00
committed by 王于听
parent 241b5452df
commit c03574c8a3
+1 -1
View File
@@ -540,7 +540,7 @@ window.removeTeamMember = function()
if(!isNaN(estimate) && estimate > 0) totalEstimate += estimate;
})
$('#estimate').val(totalEstimate);
$("[name='estimate']").val(totalEstimate);
setLineIndex();
}