首页跳转个人房源设置
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { reactive ,ref,watchEffect,watch} from 'vue';
|
||||
import { reactive ,ref,watchEffect,watch,defineExpose} from 'vue';
|
||||
//props
|
||||
const props = defineProps({
|
||||
list: {
|
||||
@@ -84,6 +84,16 @@ let closeBtn=()=>{
|
||||
closeSeach()
|
||||
}
|
||||
|
||||
//设置参数
|
||||
let setCheckData=(data)=>{
|
||||
console.log(checkList.list)
|
||||
checkList.list=data
|
||||
}
|
||||
|
||||
defineExpose({
|
||||
setCheckData
|
||||
})
|
||||
|
||||
</script>
|
||||
<style scoped>
|
||||
.seach-history-h {
|
||||
|
||||
Reference in New Issue
Block a user