摘要: 父组件代码: <template><div> <child-form ref="childRules" :addForm="addForm" > </child-form> <el-button @click="saveForm()" size='medium'>保 存</el-button> </ 阅读全文
posted @ 2021-10-19 16:32 Smile浅笑 阅读(978) 评论(0) 推荐(1) 编辑
摘要: antd-Calendar(日历)自动嵌入对应时间问题 import moment from 'moment'; //安装moment进行时间格式化 通过getListData方法 对应数据 // 时间渲染 getListData(value) { let listData = []; this.t 阅读全文
posted @ 2021-10-19 16:30 Smile浅笑 阅读(791) 评论(0) 推荐(0) 编辑
摘要: core-js版本太高 cnpm install core-js@2 阅读全文
posted @ 2021-10-19 16:21 Smile浅笑 阅读(140) 评论(0) 推荐(0) 编辑