首页跳转个人房源
This commit is contained in:
@@ -148,7 +148,7 @@
|
||||
<script setup>
|
||||
import { reactive, ref, shallowReactive, defineProps, watchEffect } from 'vue'
|
||||
import selectTabBox from "../selectTabBox/selectTabBox.vue";
|
||||
import apartmentSelect from '../apartment/seachModule.vue'
|
||||
import apartmentSelect from '../apartment/seach.vue'
|
||||
import store from '../../store/index';
|
||||
import api from '@/utils/api';
|
||||
|
||||
@@ -180,7 +180,7 @@ let selectPage = (type) => {
|
||||
searchid: '',
|
||||
intermediary: 0
|
||||
})
|
||||
|
||||
|
||||
tabType.value = type
|
||||
seachAllType['tabType'] = type
|
||||
if (type === 'person') {
|
||||
|
||||
Reference in New Issue
Block a user