MaiXinRong преди 5 години
родител
ревизия
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) {