退伍复学修改

This commit is contained in:
2025-11-13 17:25:04 +08:00
parent 1b7df83332
commit 184a005758
2 changed files with 21 additions and 11 deletions

View File

@@ -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',
})
}
}
});
}
}