退伍复学修改
This commit is contained in:
@@ -352,11 +352,12 @@ export default {
|
|||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
addBasic(this.form).then(response => {
|
addBasic(this.form).then(response => {
|
||||||
this.$modal.msgSuccess("新增成功");
|
if (response.code === 200) {
|
||||||
this.open = false;
|
this.$modal.msgSuccess("新增成功");
|
||||||
this.getList();
|
this.open = false;
|
||||||
console.log(this.form.stId)
|
this.getList();
|
||||||
this.dataform = {
|
console.log(this.form.stId)
|
||||||
|
this.dataform = {
|
||||||
id: null,
|
id: null,
|
||||||
stId: this.form.stId,
|
stId: this.form.stId,
|
||||||
stName: this.form.stName,
|
stName: this.form.stName,
|
||||||
@@ -387,8 +388,7 @@ export default {
|
|||||||
path: '/routine/dis/disma',
|
path: '/routine/dis/disma',
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,8 +15,8 @@
|
|||||||
</td>
|
</td>
|
||||||
<td class="label">性别</td>
|
<td class="label">性别</td>
|
||||||
<td class="input-cell">
|
<td class="input-cell">
|
||||||
<el-form-item prop="gender" class="form-item-custom">
|
<el-form-item prop="sex" class="form-item-custom">
|
||||||
<el-select v-model="form.gender" placeholder="请选择性别" class="basic-input">
|
<el-select v-model="form.sex" placeholder="请选择性别" class="basic-input">
|
||||||
<el-option label="男" value="0"></el-option>
|
<el-option label="男" value="0"></el-option>
|
||||||
<el-option label="女" value="1"></el-option>
|
<el-option label="女" value="1"></el-option>
|
||||||
</el-select>
|
</el-select>
|
||||||
@@ -78,8 +78,18 @@
|
|||||||
<p class="reason-text" style="">是否申请转专业:()是 ()否
|
<p class="reason-text" style="">是否申请转专业:()是 ()否
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
<p class="reason-text" style="color: red;">原年级和专业_____________________________
|
<p class="reason-text" style="color: red;">原年级和专业:__
|
||||||
申请转入年级和专业:_____________________________
|
{{ form.maList.length > 0 ? form.maList[0].oldgrade : '暂无数据' }}
|
||||||
|
__{{ form.maList.length > 0 ? form.maList[0].oldmajor : '暂无数据' }}__
|
||||||
|
<!-- <el-input v-model="form.maList.oldgrade" type="textarea" :rows="3"
|
||||||
|
class="opinion-textarea">{{oldgrade}}</el-input> -->
|
||||||
|
<!-- <el-input v-model="form.maList.oldgrade" type="textarea" :rows="3"
|
||||||
|
class="opinion-textarea"></el-input> -->
|
||||||
|
|
||||||
|
申请转入年级和专业:__
|
||||||
|
{{ form.maList.length > 0 ? form.maList[0].newgrade : '暂无数据' }}
|
||||||
|
__
|
||||||
|
{{ form.maList.length > 0 ? form.maList[0].newmajor : '暂无数据' }}__
|
||||||
</p>
|
</p>
|
||||||
<p class="attachment-tip">(设上传入伍通知书等佐证材料区域)</p>
|
<p class="attachment-tip">(设上传入伍通知书等佐证材料区域)</p>
|
||||||
<div class="applicant-info right-align">
|
<div class="applicant-info right-align">
|
||||||
|
|||||||
Reference in New Issue
Block a user