Browse Source

数据预处理,审批人选择相关

MaiXinRong 5 năm trước cách đây
mục cha
commit
fbffe2e9c4
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      app/reports/util/rpt_calculation_data_util.js

+ 2 - 1
app/reports/util/rpt_calculation_data_util.js

@@ -582,7 +582,8 @@ function preDefineProcess(ctx, tpl, preDefineCfg, rawDataObj, $CURRENT_RPT, cust
                     ctx.helper.log(ex);
                 }
                 data_analyze_util[analysisKey].fun(ctx, rawDataObj, fields, preSetup, {
-                    tplDefine: tpl[JV.NODE_CUS_AUDIT_SELECT], cDefine: customSelect
+                    tplDefine: tpl[JV.NODE_CUSTOM_DEFINE],
+                    cDefine: customSelect
                 });
             } catch (err) {
                 ctx.helper.log(err);