fix:报名记录数据调整

This commit is contained in:
zxj
2025-11-16 15:42:45 +08:00
parent 1ad1e971f0
commit abd4b47ba6

View File

@@ -2717,16 +2717,16 @@ export default {
applierAtStr: item.applierAtStr || "", applierAtStr: item.applierAtStr || "",
desc: item.enrollMark || "" desc: item.enrollMark || ""
})); }));
signupRecordList.value = [ // signupRecordList.value = [
{ // {
"pid": "1139", // "pid": "1139",
"stuId": "965342027497607168", // "stuId": "965342027497607168",
"applierAt": "1762944292267", // "applierAt": "1762944292267",
"applierAtStr": "2025-11-12 18:44:52", //报名时间 // "applierAtStr": "2025-11-12 18:44:52", //报名时间
"status": '报名失败', //状态1报名失败、2审核中、3审核通过、4审核不通过 // "status": '报名失败', //状态1报名失败、2审核中、3审核通过、4审核不通过
"desc": "报名失败java.lang.NullPointerException" //描述 // "desc": "报名失败的错误描述" //描述
} // }
] // ]
} else { } else {
message.error(res.msg || "获取报名记录失败"); message.error(res.msg || "获取报名记录失败");
signupRecordList.value = []; signupRecordList.value = [];