Browse Source

修改caller

callm 11 months ago
parent
commit
5fc7be933b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      WebContent/jsps/pm/mes/BOMStep.jsp

+ 1 - 1
WebContent/jsps/pm/mes/BOMStep.jsp

@@ -26,7 +26,7 @@ Ext.application({
     	Ext.create('erp.view.pm.mes.BOMStep');//创建视图
     }
 });
-var caller = 'BOMStep';
+var caller = getUrlParam('whoami');
 var formCondition = '';
 var gridCondition = '';
 </script>