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