From 9c8579fba563d6cded3bcb57a9a61faed0a75d74 Mon Sep 17 00:00:00 2001 From: lilu Date: Fri, 13 Jan 2023 17:47:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9api=E6=8E=88=E6=9D=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/main/DjyApiAuth/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/main/DjyApiAuth/index.vue b/src/views/main/DjyApiAuth/index.vue index 16bb9f1..363dfa4 100644 --- a/src/views/main/DjyApiAuth/index.vue +++ b/src/views/main/DjyApiAuth/index.vue @@ -274,7 +274,7 @@ export default { const { currentPage, pageSize } = this.gridOptions.pagerConfig console.log('查询内容', queryParam) let IsDisable = null - if (Object.keys(queryParam).length > 0 && queryParam.IsDisable !== 2) { + if (Object.keys(queryParam).length > 0 && queryParam.IsDisable && queryParam.IsDisable !== 2) { IsDisable = Boolean(queryParam.IsDisable) } console.log('IsDisable = ', IsDisable)