From 37eac6c37c3dceee09838d858e8a4bcd3cfadc9e Mon Sep 17 00:00:00 2001 From: "1747191978@qq.com" <1942943850@qq.com> Date: Wed, 19 Feb 2025 18:44:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=9A=8F=E8=AE=BF=E6=AC=A1?= =?UTF-8?q?=E6=95=B0=EF=BC=8C=E5=8D=B3=E5=B0=86=E8=B6=85=E6=9C=9F=E3=80=81?= =?UTF-8?q?=E8=B6=85=E6=9C=9F=E6=9C=AA=E9=9A=8F=E8=AE=BF=E3=80=81=E8=B6=85?= =?UTF-8?q?=E6=9C=9F=E5=B7=B2=E9=9A=8F=E8=AE=BF=E6=B7=BB=E5=8A=A0=E9=A2=9C?= =?UTF-8?q?=E8=89=B2=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- acupuncture-前台/src/views/followFile/subjects.vue | 6 +++--- acupuncture-前台/src/views/medicalFile/index.vue | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/acupuncture-前台/src/views/followFile/subjects.vue b/acupuncture-前台/src/views/followFile/subjects.vue index a2770977..49271ccf 100644 --- a/acupuncture-前台/src/views/followFile/subjects.vue +++ b/acupuncture-前台/src/views/followFile/subjects.vue @@ -215,7 +215,7 @@ handleQuery() { this.queryParams.param.haveQueue = '' if(this.haveQueue){ - this.queryParams.param.haveQueue = 0 + this.queryParams.param.haveQueue = 0 } this.queryParams.pageNum = 1; this.getList(); @@ -240,7 +240,7 @@ handleUpdate(row) { this.open = true; this.title = "队列管理"; - let queueList = row.queueList.map((item) => item.queueId); + let queueList = row.queueList?.map((item) => item.queueId) || []; this.form = JSON.parse( JSON.stringify({ ...row, @@ -324,4 +324,4 @@ \ No newline at end of file +} --> diff --git a/acupuncture-前台/src/views/medicalFile/index.vue b/acupuncture-前台/src/views/medicalFile/index.vue index d3bf72ec..2b7039eb 100644 --- a/acupuncture-前台/src/views/medicalFile/index.vue +++ b/acupuncture-前台/src/views/medicalFile/index.vue @@ -134,7 +134,7 @@ {{ status[scope.row.status] }} - +