|
|
@ -25,7 +25,7 @@ export default { |
|
|
|
}; |
|
|
|
}, |
|
|
|
|
|
|
|
created() { |
|
|
|
async created() { |
|
|
|
var query = window.location.search.substring(1); |
|
|
|
var vars = query.split('&'); |
|
|
|
console.log(vars); |
|
|
@ -34,8 +34,9 @@ export default { |
|
|
|
vars[i].split('='); |
|
|
|
pair[vars[i].split('=')[0]] = vars[i].split('=')[1]; |
|
|
|
} |
|
|
|
this.informReport = pair.id; |
|
|
|
this.getSelectTeam(); |
|
|
|
this.informReport = pair.informReport - 0; |
|
|
|
console.log(this.informReport); |
|
|
|
await this.getSelectTeam(); |
|
|
|
}, |
|
|
|
|
|
|
|
methods: { |
|
|
|