主数据bug修复
This commit is contained in:
@ -15,11 +15,6 @@ export const searchFormSchema: FormSchema[] = [
|
||||
label: '银行名称/简称',
|
||||
component: 'Input',
|
||||
},
|
||||
{
|
||||
field: 'code',
|
||||
label: '编码',
|
||||
component: 'Input',
|
||||
},
|
||||
{
|
||||
field: 'bankCode',
|
||||
label: '联行号',
|
||||
@ -38,6 +33,11 @@ export const searchFormSchema: FormSchema[] = [
|
||||
getPopupContainer: () => document.body,
|
||||
},
|
||||
},
|
||||
{
|
||||
field: 'code',
|
||||
label: '编码',
|
||||
component: 'Input',
|
||||
},
|
||||
// {
|
||||
// field: 'fullName',
|
||||
// label: '银行名称',
|
||||
|
||||
Reference in New Issue
Block a user