From 67a7cd02fb65764bf49aa7b4e55821ef575c12d6 Mon Sep 17 00:00:00 2001
From: skjia <106962133@qq.com>
Date: Tue, 3 Jun 2025 09:17:05 +0800
Subject: [PATCH] =?UTF-8?q?jsk=20=20=E5=81=A5=E5=BA=B7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
 src/api/healthCenter/index.js               | 16 +++++++++++++---
 src/views/stockManage/depotManage/index.vue |  6 +++---
 2 files changed, 16 insertions(+), 6 deletions(-)
diff --git a/src/api/healthCenter/index.js b/src/api/healthCenter/index.js
index bfbec0f9..2dcd3ec8 100644
--- a/src/api/healthCenter/index.js
+++ b/src/api/healthCenter/index.js
@@ -37,7 +37,7 @@ export function editHealthScienceApi(data) {
 }
 
 // 营养科普-删除
-export function delHealthScienceApi(Id) { 
+export function delHealthScienceApi(Id) {
     return request({
         url: '/smart-canteen/health_popular_science/del/'+Id,
         method: 'post',
@@ -81,7 +81,7 @@ export function addChronicApi(data) {
         },
         data: data
     })
-} 
+}
 // 慢性病-更新
 export function editChronicApi(data) {
     return request({
@@ -103,7 +103,17 @@ export function delChronicApi(Id) {
         }
     })
 }
-
+// 分页查询 健康档案-列表
+export function getHealthInfoPageApi(data) {
+  return request({
+    url: '/smart-canteen/health/info/list',
+    method: 'get',
+    headers: {
+        "merchant-id":"378915229716713472",
+    },
+    params:data
+  })
+}
 
 
 
diff --git a/src/views/stockManage/depotManage/index.vue b/src/views/stockManage/depotManage/index.vue
index cdad544e..3e729d6c 100644
--- a/src/views/stockManage/depotManage/index.vue
+++ b/src/views/stockManage/depotManage/index.vue
@@ -199,8 +199,8 @@
                 取 消
             
         
-        
-            
+        
+            
         
       
 
@@ -359,7 +359,7 @@ export default {
                 return delWareHouseCategoryApi({categoryId:row.categoryId});
             }).then(() => {
                 this.getList();
-                this.$modal.msgSuccess("删除成功");
+                this.$modal.msgSuccess("删除成功!");
             }).catch(() => {});
         }
     }