@@ -34,6 +34,9 @@ const rptCustomObj = (function () {
html.push('</tr>');
}
$('#audit-select-list').html(html.join(''));
+ if (asSelect.length === 0) {
+ $('#audit-select').modal('show');
+ }
};
const init = function (cDefine, sfData, cSelect) {
@@ -572,13 +572,11 @@ function preDefineProcess(ctx, tpl, preDefineCfg, rawDataObj, $CURRENT_RPT, cust
try {
// 在预定义方式中,小麦处理原始数据,不需要
let preSetup = preDefineCfg[JV.PROP_HANDLE_SELF_SETUP];
- console.log(preSetup);
if (preSetup) {
preSetup = JSON.parse(preSetup);
} catch (ex) {
- console.log(analysisKey);
ctx.helper.log(ex);
data_analyze_util[analysisKey].fun(ctx, rawDataObj, fields, preSetup, {