| | |
| | | * @Author: Morpheus |
| | | * @Date: 2021-07-31 16:31:54 |
| | | * @Last Modified by: liu |
| | | * @Last Modified time: 2021-12-13 11:48:44 |
| | | * @Last Modified time: 2021-12-13 14:37:49 |
| | | * menu-name 考试管理 |
| | | */ |
| | | <template> |
| | |
| | | }, |
| | | data() { |
| | | return { |
| | | scoreId: "", |
| | | //继续考试时间 |
| | | currentTime: 0, |
| | | startTime: 0, |
| | |
| | | startExam() { |
| | | var that = this; |
| | | if (that.option.data[0].isExam == 3) { |
| | | // console.log(that.resData); |
| | | that.resData["examScoreId"] = that.scoreId; |
| | | console.log(that.resData); |
| | | that.$router.push({ |
| | | path: `/startexam/${that.resData.scoreId}`, |
| | | query: that.resData, |
| | |
| | | } |
| | | // console.log(data, 123456); |
| | | if (data.isExam == 3) { |
| | | this.scoreId = data.scoreId; |
| | | setData({ color: "success", subtext: "继续考试", isExam: 3 }); |
| | | const currentTimeSTART = moment(data.examStartTime); |
| | | const currentSTART = currentTimeSTART.valueOf(); |