退伍复学修改
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',
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user