From 70bfeebe610262db795f912a1f3e89e50dd17fa8 Mon Sep 17 00:00:00 2001 From: wangxiang <1827945911@qq.com> Date: Sat, 7 May 2022 07:07:22 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=A3=20=E6=8F=90=E4=BE=9Bant=E5=8E=9F?= =?UTF-8?q?=E7=94=9F=E8=A1=A8=E6=A0=BC=E7=BB=84=E4=BB=B6=E6=A8=A1=E6=9D=BF?= =?UTF-8?q?=E5=9F=BA=E6=9C=AC=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kicc-ui/src/views/system/config/index.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/kicc-ui/src/views/system/config/index.vue b/kicc-ui/src/views/system/config/index.vue index e88f7232..cce3a667 100644 --- a/kicc-ui/src/views/system/config/index.vue +++ b/kicc-ui/src/views/system/config/index.vue @@ -198,9 +198,9 @@ queryFormInstance: ComponentRef | any; selectedKeys: SizeType[]; queryParams: { - name: string | undefined; - key: string | undefined; - isSys: string | undefined; + name: string; + key: string; + isSys: string; }; dateRange: string[]; tableProps: Recordable; @@ -246,9 +246,9 @@ selectedKeys: ['middle'], // 查询参数 queryParams: { - name: undefined, - key: undefined, - isSys: undefined + name: undefined!, + key: undefined!, + isSys: undefined! }, // 日期范围 dateRange: [],