Browse Source

多期表,删除1.0版本遗漏代码

MaiXinRong 4 years ago
parent
commit
fab2f132cc
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/public/report/js/rpt_main.js

+ 0 - 1
app/public/report/js/rpt_main.js

@@ -223,7 +223,6 @@ let zTreeOprObj = {
     onCheck: function(event, treeId, treeNode) {
         zTreeOprObj.countChkedRptTpl();
         rptCustomObj.showMaterialSelect();
-        rptCustomObj.showStageSelect();
         if (treeNode.isParent) {
             zTreeOprObj.treeObj.expandNode(treeNode, true, true, false);
         }