fix: 默认选项的值 不统一

feature/2.0-sales-trade
Lei OT 2 years ago
parent fc93798fad
commit a56ff400e7

@ -34,7 +34,7 @@ class KPI {
start_date: '2020-01-01',
end_date: '2024-12-31 23:59:59',
...param,
object_id: [0, 1, 'ALL'].includes(param?.object_id || 0) ? '' : param.object_id,
object_id: [0, -1, 'ALL'].includes(param?.object_id || 0) ? '' : param.object_id,
};
this.listLoading = true;
this.pageData = [];

Loading…
Cancel
Save