Update UiVariableList.vue

This commit is contained in:
nathanliu2022 2022-04-12 16:08:00 +08:00 committed by 刘瑞斌
parent ca7c7679cc
commit 66d3ec0f6b
1 changed files with 1 additions and 1 deletions

View File

@ -543,7 +543,7 @@ export default {
(item.type &&
item.type.toLowerCase().indexOf(this.searchType.toLowerCase()) ===
-1 &&
this.searchType != "ALL") ||
this.searchType !== "ALL") ||
(item.name &&
item.name
.toLowerCase()