From 7672bba9fc11315da4c42cba74504b7fd417df0c Mon Sep 17 00:00:00 2001 From: su1124 <1583764726@qq.com> Date: 星期五, 08 三月 2024 15:43:58 +0800 Subject: [PATCH] su --- src/views/doctor/imaging/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/doctor/imaging/index.vue b/src/views/doctor/imaging/index.vue index 928d14b..5d05a13 100644 --- a/src/views/doctor/imaging/index.vue +++ b/src/views/doctor/imaging/index.vue @@ -1041,8 +1041,8 @@ getDicts(dictType).then(res => { if (res.code == 200) { res.data.forEach(item => { - if (this.tableAll.ageUnit == item.dictValue) { - this.tableAll.ageUnit = item.dictLabel + if (this.tableAll.age_unit == item.dictValue) { + this.tableAll.age_unit = item.dictLabel } }) let dictTypes = "sys_user_sex" @@ -1057,7 +1057,7 @@ patname: this.tableAll.cusName, sex: this.tableAll.cusSex, patage: this.tableAll.age, - patagename: this.tableAll.ageUnit, + patagename: this.tableAll.age_unit, patbirth: this.tableAll.cusBrithday } // let data = { -- Gitblit v1.8.0