From 9a93a16498ab1d364f24d01003d2a82f8600d3d7 Mon Sep 17 00:00:00 2001 From: shidongli Date: Tue, 14 May 2024 09:37:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E6=9C=AF=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/operationInfo/operationInfo/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/operationInfo/operationInfo/index.vue b/src/views/operationInfo/operationInfo/index.vue index 5d899f0..d1c1772 100644 --- a/src/views/operationInfo/operationInfo/index.vue +++ b/src/views/operationInfo/operationInfo/index.vue @@ -261,7 +261,7 @@ @@ -450,7 +450,7 @@ export default { }, // 科室名称圆点按钮 nurseclick(row) { - this.form.departmentId = row.departmentCode; + this.form.departmentId = row.id; this.departmentName = row.departmentName; this.form.diseaseTypeId = ''; this.diseaseTypeName = '请选择病种';