|
|
@@ -623,7 +623,7 @@ const loadCustomerData = async () => {
|
|
|
return;
|
|
|
}
|
|
|
try {
|
|
|
- const res: any = await listCustomerInfo({ status: '1', pageNum: 1, pageSize: 1000 });
|
|
|
+ const res: any = await listCustomerInfo({ status: '0', pageNum: 1, pageSize: 1000 });
|
|
|
const list = res.rows || res.data || [];
|
|
|
cachedCustomerList.value = list.map((item: any) => ({
|
|
|
...item,
|