浏览代码

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

lishihao 2 年之前
父节点
当前提交
d42cfca1e9
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;