|
@@ -110,11 +110,11 @@ export default {
|
|
|
query.is_talk = `1`;
|
|
|
query.studid = this.user.id;
|
|
|
query.fairid = this.info.id;
|
|
|
- query.schid = this.info.schid;
|
|
|
+ query.schid = this.user.schid;
|
|
|
let result = await this.userOperation({ type: 'search', data: { studid: this.user.id } });
|
|
|
let info = result.data.info;
|
|
|
let body = {};
|
|
|
- body.schid = info.schid;
|
|
|
+ body.schid = this.user.schid;
|
|
|
body.year = info.year;
|
|
|
body.xm = info.xm;
|
|
|
body.xb = info.xb;
|