From 8d7c3eed8bdac1e77c8de90a3227d801708c358e Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 15 五月 2023 21:12:56 +0800 Subject: [PATCH] 2023-05-15 --- src/templates/calendarconfig/source.jsx | 37 +------------------------------------ 1 files changed, 1 insertions(+), 36 deletions(-) diff --git a/src/templates/calendarconfig/source.jsx b/src/templates/calendarconfig/source.jsx index 8e500d9..9638d63 100644 --- a/src/templates/calendarconfig/source.jsx +++ b/src/templates/calendarconfig/source.jsx @@ -31,42 +31,7 @@ remarkfield: '', refresh: 'false' }, - search: [ - { - origin: true, - uuid: Utils.getuuid(), - label: 'label', - field: '', - initval: '', - type: 'text', - resourceType: '0', - options: [], - orderType: 'asc', - match: 'like', - }, { - origin: true, - uuid: Utils.getuuid(), - label: 'label', - field: '', - initval: '', - type: 'select', - resourceType: '0', - options: [], - orderType: 'asc', - match: '=', - }, { - origin: true, - uuid: Utils.getuuid(), - label: 'label', - field: '', - initval: '', - type: 'date', - resourceType: '0', - options: [], - orderType: 'asc', - match: 'greater', - } - ] + search: [] } searchItems = [ -- Gitblit v1.8.0