|
@@ -279,7 +279,7 @@ export default {
|
|
|
methods: {
|
|
|
...mapActions(['corpSchInfo', 'joinSch']),
|
|
|
async join(id) {
|
|
|
- let result = await this.joinSch({ schid: 999991, corpid: this.user.corpid });
|
|
|
+ let result = await this.joinSch({ schid: id, corpid: this.user.corpid });
|
|
|
if (`${result.errcode}` === '0') {
|
|
|
this.$message.success('申请成功,请等待校方审核');
|
|
|
} else {
|