From 2ceb3b978c8fc6aad56bc334b734d630b5bbd686 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 2 Dec 2023 20:49:08 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E4=BF=AE=E5=A4=8D=20oauth2=20?= =?UTF-8?q?=E5=9C=A8=20IDEA=20=E6=8A=A5=E9=94=99=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/oauth2/client/ClientForm.vue | 2 +- src/views/system/oauth2/client/index.vue | 4 ++-- src/views/system/oauth2/token/index.vue | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/system/oauth2/client/ClientForm.vue b/src/views/system/oauth2/client/ClientForm.vue index 5d13f71b..fc08e964 100644 --- a/src/views/system/oauth2/client/ClientForm.vue +++ b/src/views/system/oauth2/client/ClientForm.vue @@ -26,7 +26,7 @@ {{ dict.label }} diff --git a/src/views/system/oauth2/client/index.vue b/src/views/system/oauth2/client/index.vue index af5709f0..b34386ea 100644 --- a/src/views/system/oauth2/client/index.vue +++ b/src/views/system/oauth2/client/index.vue @@ -23,7 +23,7 @@ @@ -137,7 +137,7 @@ const queryParams = reactive({ pageNo: 1, pageSize: 10, name: null, - status: null + status: undefined }) const queryFormRef = ref() // 搜索的表单 diff --git a/src/views/system/oauth2/token/index.vue b/src/views/system/oauth2/token/index.vue index 98218852..a0ada245 100644 --- a/src/views/system/oauth2/token/index.vue +++ b/src/views/system/oauth2/token/index.vue @@ -28,7 +28,7 @@ > @@ -115,7 +115,7 @@ const queryParams = reactive({ pageNo: 1, pageSize: 10, userId: null, - userType: null, + userType: undefined, clientId: null }) const queryFormRef = ref() // 搜索的表单