From 6f6e804a48c822f339e1974cfe482bc2f60227a3 Mon Sep 17 00:00:00 2001
From: linwenling <3256558519@qq.com>
Date: 星期一, 25 九月 2023 12:42:08 +0800
Subject: [PATCH] 修改健康保健

---
 ruoyi-ui/src/api/healthy/index.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ruoyi-ui/src/api/healthy/index.js b/ruoyi-ui/src/api/healthy/index.js
index 4e164ec..b61a782 100644
--- a/ruoyi-ui/src/api/healthy/index.js
+++ b/ruoyi-ui/src/api/healthy/index.js
@@ -160,7 +160,7 @@
 //鑾峰緱鎵�鏈�
 export function listHealthNote(query) {
   return request({
-    url: '/zHealthNote/all',
+    url: '/zHealthNote',
     method: 'get',
     params: query
   })
@@ -170,7 +170,7 @@
 export function updateHealthNote(data) {
   return request({
     url: '/zHealthNote',
-    method: 'put',
+    method: 'post',
     data: data
   })
 }

--
Gitblit v1.9.1