|
|
@ -168,7 +168,7 @@ export default { |
|
|
|
this.$nextTick(() => { |
|
|
|
this.$refs.dataForm.resetFields() // 重置表单 |
|
|
|
// this.getVisitList() // 获取随访列表 |
|
|
|
if (this.params.patientIdNumber && this.dataForm.title !== 'HIS引入') { |
|
|
|
if (this.params.patientId && this.dataForm.title !== 'HIS引入') { |
|
|
|
this.dataForm = { |
|
|
|
title: this.dataForm.title, |
|
|
|
...this.params |
|
|
|