MaiXinRong 5 лет назад
Родитель
Сommit
b84ac89715
1 измененных файлов с 0 добавлено и 4 удалено
  1. 0 4
      app/lib/rpt_data_analysis.js

+ 0 - 4
app/lib/rpt_data_analysis.js

@@ -1010,10 +1010,6 @@ const auditSelect = {
             for (const asc of asCustom) {
                 order.push(asc.order);
             }
-        } else {
-            for (const [i, s] of asDefine.setting.select.entries()) {
-                order.push(i);
-            }
         }
 
         for (const t of options.table) {