zhongshujie
2024-08-05 2719c10f4b253b19a3990dea5c2a59cfed9a5f3a
src/components/dropdown/index.vue
@@ -62,6 +62,7 @@
        option.toLowerCase().includes(this.searchText.toLowerCase())
      );
    },
  },
  watch:{
    selectedOptions:{
@@ -103,6 +104,11 @@
    filterOptions() {
      this.showDropdown = true;
    },
    //暴露
     changeSelectData(value){
      this.selectedOptions = value
  }
  },
};
</script>