@@ -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);