参数导出模板;对外报告管理
列表缩略
This commit is contained in:
@@ -103,7 +103,9 @@ export default {
|
||||
editArea(val) {
|
||||
let newUrl = this.$router.resolve({
|
||||
path: '/ParameterItemCollection',
|
||||
query: {it: val}
|
||||
query: {it: val,
|
||||
...this.historicalRow
|
||||
}
|
||||
})
|
||||
window.open(newUrl.href, '_blank')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user