修改 护理站管理 刷新

This commit is contained in:
shidongli 2022-11-08 16:41:48 +08:00
parent 3614d75a7c
commit 1e7ae81ed1

View File

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