Browse Source

fix: 报表工程类型新增类型,调整顺序

lishihao 2 years ago
parent
commit
d42cfca1e9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/maintain/report/js/rpt_tpl_main.js

+ 1 - 1
web/maintain/report/js/rpt_tpl_main.js

@@ -861,7 +861,7 @@ let zTreeOprObj = {
     },
     chkAndRreshRefTpl: function(forceRefresh) {
         let me = zTreeOprObj, params = {};
-        const valuationTypes = ['suggestion', 'feasibility', 'rough', 'bill', 'ration','three_bill_budget', 'changeBudget', 'settlement'];
+        const valuationTypes = ['suggestion', 'feasibility', 'rough', 'bill', 'three_bill_budget', 'ration', 'changeBudget', 'settlement'];
         if (me.currentNode && me.currentNode.nodeType === RT.NodeType.TEMPLATE && me.currentNode.refId > 0) {
             if (forceRefresh || !(me.currentNode.rptTpl)) {
                 params.rptTplId = me.currentNode.refId;