杨磊
2024-05-16 4469428bfec368ea9c735303ff9ad4ed25f5b762
src/components/advancedSearch/advancedSearch.vue
@@ -46,6 +46,9 @@
        return true;
      }
    },
    advancedSearchBack: {
      type: Function
    },
    isSearchTrue: {
      type: Boolean,
      default() {
@@ -141,7 +144,11 @@
  },
  methods: {
    isAvancedClick() {
      this.isAdvancedSearch = !this.isAdvancedSearch;
      if (this.advancedSearchBack) {
        this.advancedSearchBack();
      } else {
        this.isAdvancedSearch = !this.isAdvancedSearch;
      }
      //    this.$nextTick(() => {
      //       var box1Height = document.querySelector('.fbox').offsetHeight;