Merge branch 'cyy_bug' into 'master'

* Modify product plan js error.

See merge request easycorp/zentaopms!5744
This commit is contained in:
李玉春
2022-10-13 03:09:56 +00:00
+1 -1
View File
@@ -11,7 +11,7 @@ $(document).on('click', '.task-toggle', function(e)
$(function()
{
toggleFold('#productplanForm', unfoldPlans, productID, 'productplan');
if(viewType != 'kanban') toggleFold('#productplanForm', unfoldPlans, productID, 'productplan');
$('#productplanList tbody tr').each(function()
{
var $content = $(this).find('td.content');