src/templates/ushare/modalform/index.jsx
@@ -90,8 +90,7 @@ form.initVal = form.initVal || 0 form.required = true } 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 + ')'