|
@@ -345,7 +345,7 @@ export default {
|
|
|
this.FetchList();
|
|
|
},
|
|
|
looker(row) {
|
|
|
- this.accompanyUrl = vaildStudentUrl() + '/accompany?Authorization=' + getToken() + '#/detail/' + row.id
|
|
|
+ this.accompanyUrl = vaildStudentUrl() + '/accompany?Authorization=' + getToken() + '&platform=web#/detail/' + row.id
|
|
|
this.lookVisible = true
|
|
|
// this.$nextTick(() => {
|
|
|
// console.log(this.$refs.iframe)
|