客户详情抓取报错提交
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user