打开'父级菜单'缓存功能'

pull/47/head
zghmvp 2022-04-11 16:19:50 +08:00
parent 1057c1ac0a
commit 1477144bfd
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ export const crudOptions = (vm) => {
type: 'cascader',
dict: {
url: menuPrefix + '?limit=999&status=1&is_catalog=1',
cache: false,
// cache: false,
isTree: true,
value: 'id', // 数据字典中value字段的属性名
label: 'name', // 数据字典中label字段的属性名