提交审稿人表单
This commit is contained in:
@@ -467,6 +467,7 @@ export default {
|
||||
ques_visible(e) {
|
||||
this.questionVisible = true;
|
||||
this.questionform.rev_qu_id = e.rev_qu_id;
|
||||
this.questionform.art_rev_id = e.art_rev_id;
|
||||
this.questionform.qu1 = e.qu1;
|
||||
this.questionform.qu2 = e.qu2;
|
||||
this.questionform.qu3 = e.qu3;
|
||||
@@ -495,6 +496,8 @@ export default {
|
||||
this.questionform.confident = e.confidential;
|
||||
this.questionform.comment = e.comments;
|
||||
this.questionform.is_anonymous = e.is_anonymous;
|
||||
this.questionform.type = e.type;
|
||||
this.questionform.score = e.score;
|
||||
}
|
||||
},
|
||||
mounted() {}
|
||||
|
||||
Reference in New Issue
Block a user