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/tableshare/searchform/index.jsx |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/templates/tableshare/searchform/index.jsx b/src/templates/tableshare/searchform/index.jsx
index 660aa56..1e3d35d 100644
--- a/src/templates/tableshare/searchform/index.jsx
+++ b/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 + ')'

--
Gitblit v1.8.0