From c7778d77e1289a0a641c6f991b4186c72898b053 Mon Sep 17 00:00:00 2001 From: "1747191978@qq.com" <1942943850@qq.com> Date: Tue, 4 Mar 2025 16:24:33 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=88=A0=E9=99=A4=E5=AF=B9?= =?UTF-8?q?=E8=B1=A1=E5=B1=9E=E6=80=A7=E5=89=8D=E5=85=88=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- acupuncture-前台/src/views/indexCom/JM.vue | 4 ++-- acupuncture-后台/src/views/indexCom/JM.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/acupuncture-前台/src/views/indexCom/JM.vue b/acupuncture-前台/src/views/indexCom/JM.vue index 573626ba..9bec8ac5 100644 --- a/acupuncture-前台/src/views/indexCom/JM.vue +++ b/acupuncture-前台/src/views/indexCom/JM.vue @@ -178,7 +178,7 @@ export default { this.handleDiagnose(); // 体系 this.systemValue = []; - delete txfb.total; + delete txfb?.total; for (let key in txfb) { let data = { name: this.systemObj[key], @@ -189,7 +189,7 @@ export default { this.handleSystem(); // 体质 this.physiqueValue = []; - delete zytz.total; + delete zytz?.total; for (let key in zytz) { let data = { name: this.physiqueObj[key], diff --git a/acupuncture-后台/src/views/indexCom/JM.vue b/acupuncture-后台/src/views/indexCom/JM.vue index 573626ba..9bec8ac5 100644 --- a/acupuncture-后台/src/views/indexCom/JM.vue +++ b/acupuncture-后台/src/views/indexCom/JM.vue @@ -178,7 +178,7 @@ export default { this.handleDiagnose(); // 体系 this.systemValue = []; - delete txfb.total; + delete txfb?.total; for (let key in txfb) { let data = { name: this.systemObj[key], @@ -189,7 +189,7 @@ export default { this.handleSystem(); // 体质 this.physiqueValue = []; - delete zytz.total; + delete zytz?.total; for (let key in zytz) { let data = { name: this.physiqueObj[key],