From 252a518ef0bcf1d11cb93206b082cafc31863a93 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Wed, 26 Jun 2024 11:07:06 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20Search=E7=BB=84=E4=BB=B6=E4=B8=AD?= =?UTF-8?q?=E6=97=A5=E6=9C=9F=E8=8C=83=E5=9B=B4=E4=BF=AE=E6=94=B9=E6=88=90?= =?UTF-8?q?JDatePicker=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/customField/Search.vue | 29 ++++++++------------------- 1 file changed, 8 insertions(+), 21 deletions(-) diff --git a/src/components/customField/Search.vue b/src/components/customField/Search.vue index f1e0064..e1c5425 100644 --- a/src/components/customField/Search.vue +++ b/src/components/customField/Search.vue @@ -59,16 +59,9 @@ @@ -229,16 +222,9 @@ @@ -293,10 +279,11 @@ import { FieldType } from '../../enums/commonEnums' import eventBus from '@/common/event' import { getFormDictTreeList, queryDepartTreeList } from '../../api/api' import { getAction } from '../../api/manage' +import JDatePicker from '../JDatePicker' export default { name: 'Search', - components: { JDictSelectTag }, + components: { JDatePicker, JDictSelectTag }, props: { // 获取查询条件的方法 getQueryConditionFunc: {