Merge branch 'sprint/master_zhouxudong_12358' into 'master'

* Fix bug #12358.

See merge request easycorp/zentaopms!2929
This commit is contained in:
王怡栋
2022-04-14 02:22:53 +00:00
+1 -1
View File
@@ -3,7 +3,7 @@ $(function()
{
removeDitto();
if($('th.c-name').width() < 200) $('th.c-name').width(200);
if(taskConsumed > 0) alert(addChildTask);
if(taskConsumed > 0) bootbox.alert(addChildTask);
});
$(document).on('change', "[name^='estStarted'], [name^='deadline']", function()