Commit b218e140 b218e140f0e2d9af7a62a375c84f8cafba479111 by zhanghao

commit

1 parent 41ae6c79
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
80 beginDate: this.beginDate, 80 beginDate: this.beginDate,
81 endDate: this.endDate, 81 endDate: this.endDate,
82 type: this.type}}) 82 type: this.type}})
83 window.open(href, '_blank') 83 window.open(href, '_self')
84 } 84 }
85 } 85 }
86 } 86 }
......
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
77 beginDate: this.beginDate, 77 beginDate: this.beginDate,
78 endDate: this.endDate, 78 endDate: this.endDate,
79 type: this.type}}) 79 type: this.type}})
80 window.open(href, '_blank') 80 window.open(href, '_self')
81 } 81 }
82 } 82 }
83 } 83 }
......