This commit is contained in:
wangjinlei
2023-05-17 13:21:01 +08:00
parent 5ed3073b6e
commit f087543b0f
77 changed files with 10625 additions and 4542 deletions

View File

@@ -76,7 +76,7 @@
</el-input>
</el-form-item>
<!-- 简历 -->
<el-form-item label="Qualifications :">
<el-form-item label="CV. :">
<el-upload class="upload-demo" :action="upload_qualifications" accept=".rar, .zip" name="qualifications"
:on-error="uperr" :on-success="upSuccess" :limit="1" :on-exceed="alertlimit" :on-remove="removefile">
<div class="el-upload__text">
@@ -110,6 +110,7 @@
loading: false,
reviewerForm: {
username: localStorage.getItem('U_name'),
user_id: localStorage.getItem('U_id'),
journal: '',
gender: 1,
introduction: '',
@@ -319,7 +320,7 @@
if (vali) {
this.loading = true;
this.$api
.post('api/User/applyReviewerForReviewer', this.reviewerForm)
.post('api/Ucenter/applyReviewer', this.reviewerForm)
.then((res) => {
this.loading = false;
if (res.code == 0) {