From d1912459ec8dacad19074b19da33db0802020612 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 26 二月 2021 18:22:05 +0800 Subject: [PATCH] 2021-02-26 --- src/utils/utils.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/utils/utils.js b/src/utils/utils.js index 8d35665..72edafc 100644 --- a/src/utils/utils.js +++ b/src/utils/utils.js @@ -598,6 +598,10 @@ key: search.datefield, value: '0' }) + options.push({ + key: search.datefield + '1', + value: '0' + }) if (search.transfer === 'true') { options.push(item) } -- Gitblit v1.8.0