From d428cdd48ff4c4dfdeb8c996b94ffc20803ca3a9 Mon Sep 17 00:00:00 2001
From: linwenling <3256558519@qq.com>
Date: 星期二, 26 九月 2023 20:40:35 +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