Skip to content
Snippets Groups Projects
Commit e09a1945 authored by moon's avatar moon
Browse files

Added ReviewedAt field to check for reviewing

parent 205f03c8
No related branches found
No related tags found
No related merge requests found
......@@ -295,6 +295,8 @@ export default {
vm.status = d.Status;
vm.submissionComments = d.SubmissionComments;
vm.reviewComments = d.ReviewComments;
vm.reviewedBy = d.reviewedBy;
vm.reviewedAt = d.ReviewedAt;
// ReviewedBy:
// ReviewedAt:
// ReviewComment:
......@@ -323,6 +325,7 @@ export default {
let dat = {
Status: this.status,
ReviewComments: this.reviewComments,
ReviewedAt: this.reviewedAt
};
try {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment