src/templates/tableshare/searchform/index.jsx
@@ -70,8 +70,7 @@ form.options = matchReg.daterange } } else if (form.key === 'quick') { form.options = [...optionLibs.values()].filter(cell => cell.uuid !== this.props.card.uuid) form.options = form.options.map(cell => { form.options = [...optionLibs.values()].map(cell => { return { value: cell.uuid, text: cell.label + '(' + cell.parname + ')'