src/views/reportAnalysis/dataDashboard/components/basic/left-bottom.vue
@@ -163,7 +163,7 @@ const fetchCustomerOptions = async () => { try { const params = { pageNum: 1, pageSize: 200 } const params = { current: -1, size: -1 } const res = await listCustomer(params) const records = res?.records || res?.data?.records || res?.rows || [] customerOptions.value = records.map((r) => ({