yangan
2024-08-13 6e5dddd39f051cfe564c32ae5608729ad9260409
pages/login/user.vue
@@ -103,7 +103,7 @@
      },
      // 处理搜索事件
      handleSearch(e) {
        this.$emit('input', e.target.value); // 向父组件传递选中的值
        this.$emit('input', e); // 向父组件传递选中的值
        this.isDropDownVisible = this.hasOptions;
      },
      handleFocus() {