护理站 刷新

This commit is contained in:
shidongli 2022-11-08 16:46:33 +08:00
parent 7395d844dd
commit 6a78ac5aa7

View File

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