|
|
|
@ -1005,6 +1005,8 @@ export class CreateTestScoreComponent implements OnInit {
|
|
|
|
|
//编辑每条预案试卷
|
|
|
|
|
edit(item) { |
|
|
|
|
console.log('这张试卷中这个预案的信息', item); |
|
|
|
|
console.log('这张试卷中这个预案的信息', this.unitId); |
|
|
|
|
|
|
|
|
|
if (item.planLevel === 0) { |
|
|
|
|
//自定义预案
|
|
|
|
|
sessionStorage.setItem("planId", item.planComponentId); |
|
|
|
|