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