Commit d0b77647 authored by coffee's avatar coffee

tj

parent 14bfeede
......@@ -59,7 +59,7 @@
type="primary"
style="margin-left: 10px"
size="mini"
icon="el-icon-search"
icon="el-icon-upload"
@click="excel()"
>导出</el-button
>
......@@ -164,7 +164,8 @@ export default {
},
excel(){
let paramts="resourceId="+this.dataForm.id+"&resourceType=" + this.dataForm.type + "&startTime=" + this.startTime + "&endTime=" + this.endTime;
window.location.href = "/kanban/excel?"+paramts;
console.log("/kanban/excel?"+paramts);
window.open("/kanban/excel?"+paramts);
},
cancelhandle() {
this.visible = false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment