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)