摘要: 图中 success绑定了fetchList这个事件 子文件内的一些内容靠emit传进去 'update:visible', false相当于favoriteModalVisible的值是false 阅读全文
posted @ 2022-08-09 17:10 zongkm 阅读(23) 评论(0) 推荐(0)
摘要: export default defineComponent({ props: { data: { type: Object }, visible: { type: Boolean }, modalType: { type: String, default: 'add' } }, 子文件接收父文件传 阅读全文
posted @ 2022-08-09 17:10 zongkm 阅读(76) 评论(0) 推荐(0)