[add] 参数项收集清单
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user