摘要: <div class="home"> <son @getData="dealData($event,555555)" @getData1="dealData1(arguments,555555)"></son> </div> methods: { dealData(e, index) { conso 阅读全文
posted @ 2020-03-24 11:16 LC蜗牛 阅读(523) 评论(0) 推荐(0)
摘要: uploadImg(img) { // img => base64图片地址 let param = new FormData(); //创建form对象 param.append('multipartFile', this.dataURLtoBlob(img));// base64 转 二进制流 m 阅读全文
posted @ 2020-03-24 10:13 LC蜗牛 阅读(1808) 评论(0) 推荐(0)