提交 bfee20e0 编写于 作者: hujun's avatar hujun

Merge branch 'dev-patients-20190513' into 'release'

window.location.href = src;



See merge request !49
......@@ -238,8 +238,9 @@
},
handleDownloadDemo(){
let src = 'https://file.yunqueyi.com/File/template/居民导入模板.xlsx';
let newTab=window.open('about:blank');
newTab.location = src;
// let newTab=window.open('about:blank');
// newTab.location = src;
window.location.href = src;
},
goToGetUploadHistory(){
// console.log('go get upload history>>>>>>')
......@@ -302,7 +303,7 @@
this.showUploadSuccess = false;
},
},
},
}
</script>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册