摘要: Vue 父页面调用子页面的方法 父页面 <el-col :lg="4" :xs="24" class="mb-[12px]"> <HospitalTree ref="hospitalTreeRef" v-model="queryParams.HospitalId__eq" @node-click=" 阅读全文
posted @ 2025-09-10 10:29 VipSoft 阅读(12) 评论(0) 推荐(0)
摘要: <script setup lang="ts"> //引用对象 + 扩展属性 const props = defineProps({ detailData: { type: Object, default: () => ({}), // 默认空对象,避免 undefined }, }); const 阅读全文
posted @ 2025-09-10 07:59 VipSoft 阅读(19) 评论(0) 推荐(0)