提交审稿人表单

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

@@ -596,7 +596,7 @@
this.questionform.other = res.data.other;
this.questionform.confident = res.data.confidential;
this.questionform.comment = res.data.comments;
this.questionform.is_anonymous = res.data.is_anonymous;
this.questionform.is_anonymous = res.data.is_anonymous;this.questionform.type= res.data.type;this.questionform.score = res.data.score;
}
});
},