修改bug
This commit is contained in:
@@ -252,12 +252,11 @@
|
||||
// 先调取接口判断是否有配置信息
|
||||
getAction(this.url.verifyConfig, { paramsManifestId: item.id }).then((res) => {
|
||||
if (res.result) {
|
||||
localStorage.setItem('paramsManifest', JSON.stringify(item))
|
||||
// localStorage.setItem('paramsManifest', JSON.stringify(item))
|
||||
let newUrl = _this.$router.resolve({
|
||||
path: '/ParameterItemCollection',
|
||||
query: item
|
||||
// projectName:this.$route.query.projectName
|
||||
|
||||
})
|
||||
window.open(newUrl.href, '_blank')
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user