修改
This commit is contained in:
parent
b4482a3c51
commit
a9a7384282
@ -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();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user