diff --git a/dist.zip b/dist.zip index 1c4aae3..3502acc 100644 Binary files a/dist.zip and b/dist.zip differ diff --git a/src/components/360View/commonForm/optometryForm.vue b/src/components/360View/commonForm/optometryForm.vue index 05b3903..ced7785 100644 --- a/src/components/360View/commonForm/optometryForm.vue +++ b/src/components/360View/commonForm/optometryForm.vue @@ -789,8 +789,6 @@ export default { this.$confirm('是否确定更新数据?').then(() => { this.setYgData(msg) }).catch() - } else { - this.setYgData(msg) } self.resetHeart() } diff --git a/src/page-subspecialty/views/modules/formList/screenReport.vue b/src/page-subspecialty/views/modules/formList/screenReport.vue index 68b5a76..f792e54 100644 --- a/src/page-subspecialty/views/modules/formList/screenReport.vue +++ b/src/page-subspecialty/views/modules/formList/screenReport.vue @@ -117,8 +117,32 @@ + + 备注 + + + + +
+
+ 检查者: + +
+
+ + + +
+
+ 日期: +
+
@@ -185,6 +209,9 @@ export default { ], jgSelect: [], confirmData: { + operator: '', + operateDate: '', + remark: '', tk: '正常', jg: '', jgOther: '', @@ -293,7 +320,7 @@ export default { }, setData(res) { this.confirmData = res - this.jgSelect = this.confirmData.jg.split('/') + this.jgSelect = this.confirmData.jg ? this.confirmData.jg.split('/') : [] if (!res.jzNumber) { this.getPatientData() const userData = JSON.parse(window.sessionStorage.getItem('qg-userData')) @@ -344,6 +371,23 @@ export default {