客户详情抓取报错提交

This commit is contained in:
ray
2026-05-07 11:10:12 +08:00
parent 5355d8b7d2
commit f8d6274674

View File

@@ -69,7 +69,7 @@ export const datasets = {
heading: '我的客户',
pageSize: 20,
uniqueKey: (record) => record.accountId || record.loginName || record.__hash,
normalize: (record) => {
normalize: (record, context = {}) => {
const loginAndUid = record['登录名称/账号ID'] || '';
const [loginName = '', accountId = ''] = splitLines(loginAndUid);
return {