* Fix the batch edit button and remove redundant buttons from toolbar on the product view page within program module.

This commit is contained in:
chentao
2023-06-28 10:02:17 +08:00
parent b1b0119694
commit d28542a2da
2 changed files with 5 additions and 36 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ window.iconRenderProductView = function(value, row)
* @access public
* @return void
*/
onClickBatchEdit = function(event)
window.onClickBatchEdit = function(event)
{
event.stopPropagation();
event.preventDefault();