This commit is contained in:
2024-03-19 15:43:49 +08:00
parent b4482a3c51
commit a9a7384282

View File

@ -199,6 +199,7 @@ export default {
this.info(); this.info();
}) })
} else { } else {
this.form = { ...this.form, ...this.$route.query }
saveRecord(this.form).then(res => { saveRecord(this.form).then(res => {
this.$modal.msgSuccess("新增就诊记录成功"); this.$modal.msgSuccess("新增就诊记录成功");
this.info(); this.info();