From bfadd84fbc2b23c59695e5a94778ab7ac40fea03 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 26 六月 2021 22:54:17 +0800 Subject: [PATCH] 2021-06-26 --- src/utils/utils.js | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/utils/utils.js b/src/utils/utils.js index 2687da4..da6456e 100644 --- a/src/utils/utils.js +++ b/src/utils/utils.js @@ -317,9 +317,7 @@ } } - if (search.transfer === 'true') { - newsearches.push(item) - } + newsearches.push(item) newsearches.push(copy) return } else if (item.type === 'date') { @@ -602,9 +600,7 @@ key: search.datefield + '1', value: '0' }) - if (search.transfer === 'true') { - options.push(item) - } + options.push(item) } else if (['datemonth', 'dateweek', 'daterange'].includes(search.type)) { options.push(item) options.push({ -- Gitblit v1.8.0