20230517
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user