fix bug
This commit is contained in:
@ -236,10 +236,6 @@ export class PartnerListComponent {
|
||||
type: 'string',
|
||||
title: '合伙人名称'
|
||||
},
|
||||
contactName: {
|
||||
type: 'string',
|
||||
title: '企业管理员'
|
||||
},
|
||||
contactMobile: {
|
||||
type: 'string',
|
||||
title: '手机号'
|
||||
@ -252,9 +248,6 @@ export class PartnerListComponent {
|
||||
searchDebounceTime: 300,
|
||||
searchLoadingText: '搜索中...',
|
||||
allowClear: true,
|
||||
visibleIf: {
|
||||
expand: (value: boolean) => value
|
||||
},
|
||||
onSearch: (q: any) => {
|
||||
let str = q.replace(/^\s+|\s+$/g, '');
|
||||
if (str) {
|
||||
|
||||
Reference in New Issue
Block a user