Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
闫晓茹 2022-11-08 16:37:59 +08:00
commit b9c637a3d4

View File

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