From 799f206549b25ca0ae8dee94d21b987fc1e6e26c Mon Sep 17 00:00:00 2001
From: feige <791364011@qq.com>
Date: 星期二, 19 十一月 2024 15:21:12 +0800
Subject: [PATCH] 修改bug

---
 ruoyi-ui/src/views/healthy/healthYear.vue |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/ruoyi-ui/src/views/healthy/healthYear.vue b/ruoyi-ui/src/views/healthy/healthYear.vue
index a374f05..dcc293f 100644
--- a/ruoyi-ui/src/views/healthy/healthYear.vue
+++ b/ruoyi-ui/src/views/healthy/healthYear.vue
@@ -998,7 +998,7 @@
      // 鏁版嵁鑼冨洿閫夐」
      fot:['.bmp','.jpg','.jpeg','.png','.tif','.gif','.pcx','.tga','.exif','.fpx',
        '.svg','.psd','.cdr','.pcd','.dxf','.ufo','.eps','.ai','.aw','.WMF','.webp','.apng'],
-     
+
       fileList:[
       ],
       fileListOther:[
@@ -1039,7 +1039,8 @@
   },
   created() {
     this.getList()
-
+    this.$route.meta.title = "鐜扮姸鍋ュ悍鎯呭喌";
+    this.$route.meta.title = "鐜扮姸鍋ュ悍鎯呭喌";
   },
 
   methods: {
@@ -2080,7 +2081,7 @@
       };
       console.log(111)
       console.log(this.bloodData)
-	  
+
       if(isObjectEmpty(this.bloodData)){
         this.HealthyBaseList.bloodClass = this.HealthyBaseList.bloodClass;
       }else {
@@ -2200,7 +2201,7 @@
         if (valid) {
           if (this.HealthyBaseList!== undefined) {
             updateHealthBase(this.HealthyBaseList).then(response => {
-              this.$modal.msgSuccess("淇敼鎴愬姛11");
+              this.$modal.msgSuccess("淇敼鎴愬姛");
 
               // this.open = false;
               this.btn=false
@@ -2274,7 +2275,7 @@
         }
       })
       // 鍒锋柊椤甸潰
-   
+
     },
     //骞村害鍋ュ悍鎶ュ憡
     toYearhealthy(){

--
Gitblit v1.9.1