diff --git a/src/components/CustomFormComponents/SearchSelect.vue b/src/components/CustomFormComponents/SearchSelect.vue index fce2c16a1..d2ea00ff2 100644 --- a/src/components/CustomFormComponents/SearchSelect.vue +++ b/src/components/CustomFormComponents/SearchSelect.vue @@ -93,6 +93,7 @@ export default { // 匹配项来源 if (this.searchKey === '') { this.filterOptions = this.options + console.log(this.options) } else { let result = [] // 用原始数据进行匹配 diff --git a/src/pages/home1/components/navMenu/index.vue b/src/pages/home1/components/navMenu/index.vue index 3a24f804b..b8aa9bbd2 100644 --- a/src/pages/home1/components/navMenu/index.vue +++ b/src/pages/home1/components/navMenu/index.vue @@ -1,19 +1,12 @@