From f91479619546bacc0ca45a9f39d2c934af32a2c4 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期三, 16 七月 2025 15:54:44 +0800
Subject: [PATCH] 11
---
src/api/system/grade.js | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/api/system/grade.js b/src/api/system/grade.js
index beb962d..4a5711e 100644
--- a/src/api/system/grade.js
+++ b/src/api/system/grade.js
@@ -29,8 +29,8 @@
// 淇敼骞寸骇淇℃伅
export function updateGrade(data) {
return request({
- url: '/system/grade',
- method: 'put',
+ url: '/system/grade/edit',
+ method: 'post',
data: data
})
}
@@ -38,8 +38,8 @@
// 鍒犻櫎骞寸骇淇℃伅
export function delGrade(gradeId) {
return request({
- url: '/system/grade/' + gradeId,
- method: 'delete'
+ url: '/system/grade/remove/' + gradeId,
+ method: 'get',
})
}
--
Gitblit v1.9.3