|
@@ -217,11 +217,6 @@ export default {
|
|
includePaper: data.printContent.indexOf("PAPER") !== -1,
|
|
includePaper: data.printContent.indexOf("PAPER") !== -1,
|
|
});
|
|
});
|
|
|
|
|
|
- if (data.examTaskContent) {
|
|
|
|
- const cont = JSON.parse(data.examTaskContent);
|
|
|
|
- curTaskApply.examTaskContent = cont.examTaskContent;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
this.setCurTaskApply(curTaskApply);
|
|
this.setCurTaskApply(curTaskApply);
|
|
this.updateStatus();
|
|
this.updateStatus();
|
|
this.dataReady = true;
|
|
this.dataReady = true;
|