Commit d0b77647 authored by coffee's avatar coffee

tj

parent 14bfeede
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
type="primary" type="primary"
style="margin-left: 10px" style="margin-left: 10px"
size="mini" size="mini"
icon="el-icon-search" icon="el-icon-upload"
@click="excel()" @click="excel()"
>导出</el-button >导出</el-button
> >
...@@ -164,7 +164,8 @@ export default { ...@@ -164,7 +164,8 @@ export default {
}, },
excel(){ excel(){
let paramts="resourceId="+this.dataForm.id+"&resourceType=" + this.dataForm.type + "&startTime=" + this.startTime + "&endTime=" + this.endTime; 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() { cancelhandle() {
this.visible = false 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