参数导出模板;对外报告管理

列表缩略
This commit is contained in:
zyx.net
2022-09-08 14:00:02 +08:00
parent 79c5c228e8
commit 15d1bccc57
@@ -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')
}