mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-24 18:22:53 +08:00
Merge branch '20251117-new-employee' of http://10.251.129.121/boeu/learning-system-portal into master-20251210
This commit is contained in:
@@ -400,7 +400,9 @@ export default {
|
||||
);
|
||||
} else {
|
||||
this.$refs.customMessage.show("您已重新报名成功");
|
||||
this.approvalResults = 2;
|
||||
const res = await getWelcomeData();
|
||||
// 1报名失败、2审核中、3审核通过、4审核失败
|
||||
this.approvalResults = res.data.approvalResults;
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
@@ -44,7 +44,11 @@
|
||||
报名社招新员工项目
|
||||
</button>
|
||||
<button
|
||||
v-else
|
||||
v-if="
|
||||
approvalResults == '2' ||
|
||||
approvalResults == '3' ||
|
||||
(!allowSelfRegistration && approvalResults == '4')
|
||||
"
|
||||
class="btn btn-default btn-lg send center-block start-btn"
|
||||
:disabled="enrollLoading"
|
||||
@click="handleEnrollClick"
|
||||
|
||||
Reference in New Issue
Block a user