Merge branch 'cyy_bug' into 'master'

* Modify secondary menu error.

See merge request easycorp/zentaopms!6078
This commit is contained in:
孙广明
2022-11-08 04:26:00 +00:00
+1 -5
View File
@@ -29,11 +29,6 @@ $(function()
{
if($.cookie('showProductBatchEdit') == 1) updateStatistic();
});
$('#productListForm .table').on('click', '.sortable tr', function(e)
{
if($.cookie('showProductBatchEdit') != 1) e.stopPropagation();
});
});
@@ -58,6 +53,7 @@ function setCheckbox()
$('.table-actions').hide();
$('#productListForm .product-id').removeClass('hidden');
}
updateStatistic();
}
/**