|
|
|
@ -316,7 +316,7 @@ |
|
|
|
|
id: '', |
|
|
|
|
isDetail: Boolean(this.$route.query.show), |
|
|
|
|
roleId: Number(this.$store.state.userRoleId), |
|
|
|
|
token: this.$store.state.token, |
|
|
|
|
token: btoa(this.$store.state.loginToken), |
|
|
|
|
newroleArray: [], |
|
|
|
|
userLoginId: this.$store.state.userLoginId, |
|
|
|
|
userId: this.$store.state.userLoginId, |
|
|
|
@ -1007,10 +1007,10 @@ |
|
|
|
|
this.handleCacheData() |
|
|
|
|
let systemId = this.pattern ? 12 : 11 |
|
|
|
|
if(row){ |
|
|
|
|
location.href = `http://www.liuwanr.cn/jdTrials/#/programOptions?id=${row.judgmentPointsId}&systemId=${systemId}&userId=${this.userLoginId}&projectId=${this.id}&token=${this.token}&pattern=${this.pattern}` |
|
|
|
|
location.href = `http://www.liuwanr.cn/jdTrials/#/programOptions?id=${row.judgmentPointsId}&systemId=${systemId}&userId=${this.userLoginId}&projectId=${this.id}&token=${this.token}&pattern=${this.pattern}&host=${location.host.includes('122.9.154.146') ? 1 : 2}&referrer=${btoa(location.href)}` |
|
|
|
|
}else{ |
|
|
|
|
location.href = `http://www.liuwanr.cn/jdTrials/#/list?systemId=${systemId}&userId=${this.userLoginId}&projectId=${this.id ? this.id : ''}&token=${this.token}&pattern=${this.pattern}&host=${location.host.includes('122.9.154.146') ? 1 : 2}` |
|
|
|
|
// location.href = `http://192.168.31.154:8080/#/list?systemId=${this.systemId}&userId=${this.userId}&projectId=${this.id ? this.id : ''}&token=${this.token}&pattern=${this.pattern}&host=${location.host.includes('122.9.154.146') ? 1 : 2}` |
|
|
|
|
location.href = `http://www.liuwanr.cn/jdTrials/#/list?systemId=${systemId}&userId=${this.userLoginId}&projectId=${this.id ? this.id : ''}&token=${this.token}&pattern=${this.pattern}&host=${location.host.includes('122.9.154.146') ? 1 : 2}&referrer=${btoa(location.href)}` |
|
|
|
|
// location.href = `http://192.168.31.154:8081/#/list?systemId=${this.systemId}&userId=${this.userId}&projectId=${this.id ? this.id : ''}&token=${this.token}&pattern=${this.pattern}&host=${location.host.includes('122.9.154.146') ? 1 : 2}&referrer=${btoa(location.href)}` |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
disabledSelection(row,index){ |
|
|
|
|