king
2020-02-28 282fd00654a0e777cdbca700fe6488d04fec6be8
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 + ')'