|
|
@ -86,6 +86,7 @@ import bus from '../common/bus'; |
|
|
|
export default { |
|
|
|
export default { |
|
|
|
data() { |
|
|
|
data() { |
|
|
|
return { |
|
|
|
return { |
|
|
|
|
|
|
|
userId: this.$store.state.userLoginId, |
|
|
|
systemAttribution: '', |
|
|
|
systemAttribution: '', |
|
|
|
systemType: '', |
|
|
|
systemType: '', |
|
|
|
systemSearch: '', |
|
|
|
systemSearch: '', |
|
|
@ -143,13 +144,11 @@ export default { |
|
|
|
this.$router.push('/addconfigure'); |
|
|
|
this.$router.push('/addconfigure'); |
|
|
|
}, |
|
|
|
}, |
|
|
|
getIntoProject(row){ |
|
|
|
getIntoProject(row){ |
|
|
|
this.setCookie("userId",this.$store.state.userLoginId) |
|
|
|
window.location.href = `http://39.108.250.202/Projectmanagement/#/?userId=${this.userId}&systemId=${row.systemId}&systemName=${row.systemName}` |
|
|
|
this.setCookie("systemId",row.systemId) |
|
|
|
// window.location.href = `http://192.168.31.154:8081/#/?userId=${this.userId}&systemId=${row.systemId}&systemName=${row.systemName}` |
|
|
|
this.setCookie("systemName",row.systemName) |
|
|
|
|
|
|
|
window.location.href = "http://39.108.250.202/Projectmanagement/"; |
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
getIntoJudgement(row){ |
|
|
|
getIntoJudgement(row){ |
|
|
|
this.setCookie("userId",this.$store.state.userLoginId) |
|
|
|
this.setCookie("userId",this.userId) |
|
|
|
this.setCookie("systemId",row.systemId) |
|
|
|
this.setCookie("systemId",row.systemId) |
|
|
|
this.setCookie("systemName",row.systemName) |
|
|
|
this.setCookie("systemName",row.systemName) |
|
|
|
window.location.href = "http://39.108.250.202/Score/"; |
|
|
|
window.location.href = "http://39.108.250.202/Score/"; |
|
|
|