修改 护理站管理

This commit is contained in:
shidongli 2022-11-08 16:02:26 +08:00
parent 8cd39c00bb
commit 3614d75a7c

View File

@ -1211,6 +1211,7 @@ export default {
} else {
addNurseItem(this.form).then((response) => {
this.$modal.msgSuccess("新增成功");
this.info();
this.open = false;
this.getList();
});