wk
2024-09-10 bd68e186226e2e0e971ecac557b6aa25fa536aee
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() {