From da4a619c26c8782d9d0c4fe3b7631394f7aa5bb8 Mon Sep 17 00:00:00 2001 From: skjia <106962133@qq.com> Date: Mon, 14 Jul 2025 01:21:08 +0800 Subject: [PATCH] =?UTF-8?q?jsk=20=20=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/canteen/healthCenter/examinationReport/index.vue | 2 +- src/views/canteen/healthCenter/nutritionScience/index.vue | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/views/canteen/healthCenter/examinationReport/index.vue b/src/views/canteen/healthCenter/examinationReport/index.vue index 6f5437d6..da49490f 100644 --- a/src/views/canteen/healthCenter/examinationReport/index.vue +++ b/src/views/canteen/healthCenter/examinationReport/index.vue @@ -200,7 +200,7 @@ {{itme.medicalProjectDetailUnit}} diff --git a/src/views/canteen/healthCenter/nutritionScience/index.vue b/src/views/canteen/healthCenter/nutritionScience/index.vue index c0f14d58..335da8dd 100644 --- a/src/views/canteen/healthCenter/nutritionScience/index.vue +++ b/src/views/canteen/healthCenter/nutritionScience/index.vue @@ -364,6 +364,9 @@ export default { } if(this.form.chronicIds!=null&&this.form.chronicIds.length>0){ this.form.chronicIdList=this.form.chronicIds.split(","); + }else{ + this.$modal.msgSuccess("请选择疾病!"); + return; } console.log("this.form.articleContent",this.form.articleContent); this.open = true; @@ -377,6 +380,8 @@ export default { this.form.chronicIds = this.form.chronicIdList.join(",") }else{ this.form.chronicIds = "" + this.$modal.msgSuccess("请选择疾病!"); + return; } this.form.coverPhoto = this.checkUrlList[0]; console.log("this.form.articleContent",this.form.articleContent);