Merge branch '20251117-new-employee' of http://10.251.129.121/boeu/learning-system-portal into master-20251210

This commit is contained in:
joshen
2025-12-11 23:37:30 +08:00

View File

@@ -142,7 +142,11 @@ export default {
// 报名按钮点击
async handleEnrollClick() {
if (this.approvalResults == "1" || this.approvalResults == "4") {
if (
!this.approvalResults ||
this.approvalResults == "1" ||
this.approvalResults == "4"
) {
this.enrollLoading = true;
try {
const res = await enrollRequest();