[add] 参数项收集清单
This commit is contained in:
@@ -173,10 +173,10 @@
|
||||
},
|
||||
methods:{
|
||||
paramsManifestClick(item) {
|
||||
let Obj = {...item, ...this.$route.query}
|
||||
localStorage.setItem('paramsManifest',JSON.stringify(item))
|
||||
let newUrl = this.$router.resolve({
|
||||
path: '/ParameterItemCollection',
|
||||
query: Obj,
|
||||
query: this.$route.query,
|
||||
})
|
||||
window.open(newUrl.href, '_blank')
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user