Commit b218e140 b218e140f0e2d9af7a62a375c84f8cafba479111 by zhanghao

commit

1 parent 41ae6c79
......@@ -80,7 +80,7 @@
beginDate: this.beginDate,
endDate: this.endDate,
type: this.type}})
window.open(href, '_blank')
window.open(href, '_self')
}
}
}
......
......@@ -77,7 +77,7 @@
beginDate: this.beginDate,
endDate: this.endDate,
type: this.type}})
window.open(href, '_blank')
window.open(href, '_self')
}
}
}
......