From 321997dd3bb12f04b8fccf548220d37bd6efc635 Mon Sep 17 00:00:00 2001 From: bianyaqi Date: Thu, 8 Jun 2023 17:58:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=84=B8=E6=9D=BF=E8=85=BA=E6=8C=89=E6=91=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page-subspecialty/views/modules/formList/reportForm.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/page-subspecialty/views/modules/formList/reportForm.vue b/src/page-subspecialty/views/modules/formList/reportForm.vue index 5902a3b..1295539 100644 --- a/src/page-subspecialty/views/modules/formList/reportForm.vue +++ b/src/page-subspecialty/views/modules/formList/reportForm.vue @@ -21,7 +21,7 @@
-
+
{{ item.name }}
@@ -172,7 +172,7 @@ export default { if (lis === item.name) { item.isSelect = true } - if (lis.includes('其他')) { + if (lis.includes('其他') && item.name === '其他:') { item.isSelect = true item.remark = lis.split(':')[1] } @@ -186,6 +186,7 @@ export default { // 保存 handleSaveTable() { this.confirmData.fmwOd = this.handleFormEye(this.formData.form.OD).join('/') + console.log(this.handleFormEye(this.formData.form.OD)) this.confirmData.fmwOs = this.handleFormEye(this.formData.form.OS).join('/') this.confirmData.jzNumber = window.sessionStorage.getItem('jzNumber') this.$http.post('/mzbl/saveMzblBg', {