[add] 参数项收集清单

This commit is contained in:
zhaomeijing
2022-05-09 15:02:42 +08:00
parent 41e5539289
commit 7f722eca4b
4 changed files with 684 additions and 7 deletions
@@ -173,10 +173,12 @@
},
methods:{
paramsManifestClick(item) {
this.$router.push({
path: '/ProjectDetails',
query: item
let Obj = {...this.$route.query, ...item}
let newUrl = this.$router.resolve({
path: '/ParameterItemCollection',
query: Obj,
})
window.open(newUrl.href, '_blank')
},
deleteLib(val) {
let _this = this
@@ -231,13 +233,10 @@
}
getAction(_this.url.queryById, query).then((res) => {
if (res.success) {
console.log(res,'res..')
this.templatetitle = res.result.title
this.selectedRowKeys = res.result.paramsTemplateId.split(',')
this.rowId = res.result.id
this.version = res.result.paramsTemplatePublishVersion
console.log(this.selectedRowKeys,'this.selectedRowKeys')
console.log(typeof this.version)
} else {
}
})
@@ -289,7 +288,6 @@
pageNo: this.pageNo,
...this.queryParam
}
console.log(this.$route.query,'this.query')
getAction(this.url.list, query).then((res) => {
if(res.success) {
this.total = res.result.total