摘要: //url服务器地址export const baseUrl = { beta: { outExcel: 'http://127.0.0.1:10086/jicengzhili2.0/public/',// excel导出 goExcel: 'http://127.0.0.1:10086/',// 阅读全文
posted @ 2021-06-08 17:49 转职前端实习的实施 阅读(268) 评论(0) 推荐(0)
摘要: api接口去除改为直接通过点击事件去调用url,并拼接文件名进行下载click点击事件内的调用接口函数去除,改为Windows.open(url:地址 + item.方法文件名) created() { getOrganizationsTree().then(res => { let resdata 阅读全文
posted @ 2021-05-27 11:45 转职前端实习的实施 阅读(68) 评论(0) 推荐(0)