From 282fd00654a0e777cdbca700fe6488d04fec6be8 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 28 二月 2020 15:41:15 +0800 Subject: [PATCH] 2020-02-28 --- src/templates/ushare/modalform/index.jsx | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/templates/ushare/modalform/index.jsx b/src/templates/ushare/modalform/index.jsx index 6df7446..ce82397 100644 --- a/src/templates/ushare/modalform/index.jsx +++ b/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 + ')' -- Gitblit v1.8.0