소스 검색

企业入驻修改

lrf402788946 5 년 전
부모
커밋
8ef2f27ede
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/jobs/school/index.vue

+ 1 - 1
src/views/jobs/school/index.vue

@@ -100,7 +100,7 @@ export default {
       }
     },
     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 {