打开'父级菜单'缓存功能'
parent
1057c1ac0a
commit
1477144bfd
|
@ -130,7 +130,7 @@ export const crudOptions = (vm) => {
|
||||||
type: 'cascader',
|
type: 'cascader',
|
||||||
dict: {
|
dict: {
|
||||||
url: menuPrefix + '?limit=999&status=1&is_catalog=1',
|
url: menuPrefix + '?limit=999&status=1&is_catalog=1',
|
||||||
cache: false,
|
// cache: false,
|
||||||
isTree: true,
|
isTree: true,
|
||||||
value: 'id', // 数据字典中value字段的属性名
|
value: 'id', // 数据字典中value字段的属性名
|
||||||
label: 'name', // 数据字典中label字段的属性名
|
label: 'name', // 数据字典中label字段的属性名
|
||||||
|
|
Loading…
Reference in New Issue