|
@@ -504,6 +504,7 @@ export default {
|
|
|
...mapMutations("exam", ["setEditType", "setExamTask", "setCurTaskApply"]),
|
|
|
...mapActions("exam", ["addPreviewLog"]),
|
|
|
initData() {
|
|
|
+ this.user = this.$ls.get("user", {});
|
|
|
this.paperAttachments = this.curTaskApply.paperAttachmentIds
|
|
|
? JSON.parse(this.curTaskApply.paperAttachmentIds)
|
|
|
: [];
|