| | |
| | | data: { |
| | | // "allGrade": 0, |
| | | // "allScore": 200, |
| | | "id": params.id, |
| | | "userId": params.userId, |
| | | "candidateNo": params.candidateNo, |
| | | "company": params.company, |
| | |
| | | }); |
| | | }, |
| | | //开始考试跳转 |
| | | startExam() { |
| | | startExam () { |
| | | var that = this; |
| | | //去修改考试状态 |
| | | var data = { |
| | | id: that.resData.applyId, |
| | | examType: this.resData.examType, |
| | | }; |
| | | updateApplyStatus(data).then(() => {}); |
| | | this.$router.push({ |
| | | path: `/startexam/${that.resData.id}`, |
| | | query: that.resData, |
| | | }); |
| | | id:that.resData.applyId, |
| | | examType:this.resData.examType, |
| | | examId:this.resData.id, |
| | | userId:this.userInfo.user_id, |
| | | } |
| | | updateApplyStatus(data).then((res) => { |
| | | that.resData['examScoreId'] = res.data.id; |
| | | that.$router.push({ |
| | | path: `/startexam/${that.resData.id}`, |
| | | query: that.resData |
| | | }) |
| | | }) |
| | | }, |
| | | getUserInfoBYExam() { |
| | | var that = this; |
| | |
| | | }, |
| | | doSubmitExam() { |
| | | var obj = { |
| | | id:this.$route.query.examScoreId, |
| | | examName: this.$route.query.examName, |
| | | candidateNo: this.$route.query.candidateNo, |
| | | securityName: this.userInfo.user_name, |