摘要: 先贴上代码 子组件代码 1 //子组件请求接口,用自己封装的axios 2 getupdate(){ 3 this.$post({ 4 url:this.$apis.unitupdate, 5 postType:'json' 6 }) 7 .then( () => { 8 this.$emit("g 阅读全文
posted @ 2019-11-06 11:31 老树code 阅读(12394) 评论(1) 推荐(1)
摘要: <el-date-picker v-model="firstdate" :picker-options="pickerOptions0" type="daterange" range-separator="至" start-placeholder="开始时间" end-placeholder="结束 阅读全文
posted @ 2019-11-06 09:29 老树code 阅读(8461) 评论(0) 推荐(1)