src/menu/components/card/data-card/options.jsx
@@ -253,6 +253,19 @@ forbid: subtype !== 'datacard' }, { type: 'radio', field: 'supKey', label: '上级主键', initval: wrap.supKey || 'true', tooltip: '当设置上级组件时,上级主键值为空是否进行数据查询。', required: false, options: [ {value: 'true', label: '验证'}, {value: 'false', label: '忽略'}, ], forbid: subtype !== 'datacard' }, { type: 'cascader', field: 'supModule', label: '上级组件',