diff --git a/src/components/360View/commonForm/deveopmentFIle-copy.vue b/src/components/360View/commonForm/deveopmentFIle-copy.vue index 199fb73..7cc7178 100644 --- a/src/components/360View/commonForm/deveopmentFIle-copy.vue +++ b/src/components/360View/commonForm/deveopmentFIle-copy.vue @@ -326,6 +326,7 @@ export default { }, dataForm: { id: '', + caseId: this.caseId, patientId: '', patientName: '', patientSex: '', @@ -511,9 +512,15 @@ export default { }] } }, + watch: { + caseId: { + handler: function(newV, oldV) { + this.queryForm() + } + } + }, mounted() { - // this.originTableData = JSON.parse(JSON.stringify(this.tableData)) - // this.originHeadData = JSON.parse(JSON.stringify(this.headData)) + this.queryForm() this.getPatientData() }, methods: { diff --git a/src/components/360View/commonForm/optometryForm-copy.vue b/src/components/360View/commonForm/optometryForm-copy.vue index f3b962c..6dd7b63 100644 --- a/src/components/360View/commonForm/optometryForm-copy.vue +++ b/src/components/360View/commonForm/optometryForm-copy.vue @@ -13,7 +13,7 @@ 验光报告单