fix bug
This commit is contained in:
@@ -3,7 +3,10 @@ export const option = {
|
||||
calcHeight: 32,
|
||||
tip: false,
|
||||
searchShow: true,
|
||||
searchMenuSpan: 6,
|
||||
searchMenuSpan: 24,
|
||||
searchIcon: true,
|
||||
searchIndex: 8,
|
||||
searchMenuPosition: 'right',
|
||||
border: true,
|
||||
index: true,
|
||||
selection: true,
|
||||
@@ -71,7 +74,17 @@ export const option = {
|
||||
{
|
||||
label: '所属组织',
|
||||
prop: 'organizationName',
|
||||
type: 'cascader',
|
||||
search: true,
|
||||
emitPath: false,
|
||||
checkStrictly: true,
|
||||
filterable: true,
|
||||
dicData: [],
|
||||
props: {
|
||||
label: 'label',
|
||||
value: 'value',
|
||||
children: 'children',
|
||||
},
|
||||
width: 140,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user