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