|
@@ -237,8 +237,7 @@ async function loadCheckItems(f: SelfAssessmentDetail) {
|
|
|
|
|
|
|
|
function applyPrefillFromDetail(f: SelfAssessmentDetail) {
|
|
function applyPrefillFromDetail(f: SelfAssessmentDetail) {
|
|
|
const gid = currentUserGroupId.value;
|
|
const gid = currentUserGroupId.value;
|
|
|
- if (!canSubmitReview.value)
|
|
|
|
|
- return;
|
|
|
|
|
|
|
+ rejectReason.value = f.rejectReason;
|
|
|
if (gid === GROUP_DISTRICT_ST) {
|
|
if (gid === GROUP_DISTRICT_ST) {
|
|
|
reviewOpinion.value = f.districtSt ?? null;
|
|
reviewOpinion.value = f.districtSt ?? null;
|
|
|
reviewPoints.value = f.districtStPoints || null;
|
|
reviewPoints.value = f.districtStPoints || null;
|