|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
* @Author: sueRimn |
|
|
|
|
* @Date: 2020-12-11 09:06:03 |
|
|
|
|
* @LastEditors: sueRimn |
|
|
|
|
* @LastEditTime: 2020-12-21 10:44:17 |
|
|
|
|
* @LastEditTime: 2020-12-21 11:03:07 |
|
|
|
|
*/ |
|
|
|
|
import { Component, OnInit, ViewChild, Inject,Input } from '@angular/core'; |
|
|
|
|
import {HttpClient} from '@angular/common/http' |
|
|
|
@ -346,7 +346,7 @@ export class FinishDia{
|
|
|
|
|
//sessionStorage.removeItem("checkedWork")
|
|
|
|
|
this.tabledate=data |
|
|
|
|
console.log(this.tabledate) |
|
|
|
|
sessionStorage.setItem("indexId",this.tabledate.id) |
|
|
|
|
sessionStorage.setItem("paperId",this.tabledate.id) |
|
|
|
|
this.router.navigate(['/home/createexam-index/examiner-new-one']) //跳转试卷列表页面
|
|
|
|
|
},err => { |
|
|
|
|
this.snackBar.open('创建失败','确定',config); |
|
|
|
|