sql修改提交
This commit is contained in:
@@ -64,7 +64,7 @@ export const datasets = {
|
||||
name: 'customers',
|
||||
url: `${config.baseUrl}/#/detail/my_customer/~/customer/list`,
|
||||
heading: '我的客户',
|
||||
pageSize: 100,
|
||||
pageSize: 20,
|
||||
uniqueKey: (record) => record.accountId || record.loginName || record.__hash,
|
||||
normalize: (record) => {
|
||||
const loginAndUid = record['登录名称/账号ID'] || '';
|
||||
|
||||
Reference in New Issue
Block a user