提交审稿人表单

This commit is contained in:
2025-06-25 17:00:00 +08:00
parent d1010a2896
commit ccf62b4bc9
12 changed files with 508 additions and 243 deletions

View File

@@ -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() {}