From 0947adf188a83eecf0a6a545cea25c97f7ce17f0 Mon Sep 17 00:00:00 2001
From: feige <791364011@qq.com>
Date: 星期一, 04 三月 2024 16:55:30 +0800
Subject: [PATCH] 修改了备忘录等内容

---
 ruoyi-ui/src/views/healthy/healthYear.vue |   16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/ruoyi-ui/src/views/healthy/healthYear.vue b/ruoyi-ui/src/views/healthy/healthYear.vue
index 51378c3..1ff3ff4 100644
--- a/ruoyi-ui/src/views/healthy/healthYear.vue
+++ b/ruoyi-ui/src/views/healthy/healthYear.vue
@@ -1275,7 +1275,8 @@
 
         } else {
           this.HealthyBaseList = response.data;
-
+		  console.log("----------00000000-----------")
+		  console.log(this.HealthyBaseList)
           //琛�鍨嬬殑
           if (this.HealthyBaseList.bloodClass.a === 1) {
             this.selectedBloodType = 'a';
@@ -2007,6 +2008,7 @@
       };
       console.log(111)
       console.log(this.bloodData)
+	  
       if(isObjectEmpty(this.bloodData)){
         this.HealthyBaseList.bloodClass = this.HealthyBaseList.bloodClass;
       }else {
@@ -2122,11 +2124,11 @@
         this.HealthNowList.otherDiseaseClass = this.otherDiseaseTypeData;
       }
 
-
       this.$refs['elForm'].validate(valid => {
         if (valid) {
           if (this.HealthyBaseList!== undefined) {
             updateHealthBase(this.HealthyBaseList).then(response => {
+              this.$modal.msgSuccess("淇敼鎴愬姛11");
 
               // this.open = false;
               this.btn=false
@@ -2134,7 +2136,7 @@
               this.dsb = true
               this.isShow_2=false
               this.isShow = true
-
+			   this.getList();
             });
           } else {
             this.$modal.msgSuccess("淇敼澶辫触");
@@ -2153,7 +2155,7 @@
               this.dsb = true
               this.isShow_2=false
               this.isShow = true
-
+   this.getList();
             });
           } else {
             this.$modal.msgSuccess("淇敼澶辫触");
@@ -2172,7 +2174,7 @@
               this.dsb = true
               this.isShow_2=false
               this.isShow = true
-
+   this.getList();
             });
           } else {
             this.$modal.msgSuccess("淇敼澶辫触");
@@ -2191,7 +2193,7 @@
               this.dsb = true
               this.isShow_2=false
               this.isShow = true
-
+   this.getList();
             });
           } else {
             this.$modal.msgSuccess("淇敼澶辫触");
@@ -2200,7 +2202,7 @@
         }
       })
       // 鍒锋柊椤甸潰
-      this.getList();
+   
     },
     //骞村害鍋ュ悍鎶ュ憡
     toYearhealthy(){

--
Gitblit v1.9.1