src/menu/components/card/double-data-card/options.jsx
@@ -240,6 +240,19 @@ forbid: ispop || isprint }, { type: 'radio', field: 'cacheSearch', label: '搜索缓存', initval: wrap.cacheSearch || 'false', tooltip: '启用搜索条件缓存后,在菜单刷新时搜索条件不变。', required: false, options: [ {value: 'true', label: '启用'}, {value: 'false', label: '禁用'}, ], forbid: !!appType || isprint }, { type: 'multiselect', field: 'blacklist', label: '黑名单',