From b538026f2095c82a699c3269bfd6c6925ed4d662 Mon Sep 17 00:00:00 2001
From: zhangwei <1504152376@qq.com>
Date: 星期五, 22 八月 2025 15:47:26 +0800
Subject: [PATCH] 用户管理

---
 Web/src/api/base/index.ts |   15 +--------------
 1 files changed, 1 insertions(+), 14 deletions(-)

diff --git a/Web/src/api/base/index.ts b/Web/src/api/base/index.ts
index ca2df9e..5acad82 100644
--- a/Web/src/api/base/index.ts
+++ b/Web/src/api/base/index.ts
@@ -28,20 +28,7 @@
                 data: { id },
             }, cancel);
         },
-        getParam: function (id: any, cancel: boolean = false) {
-            return request({
-                url: baseUrl + "getParam",
-                method: 'get',
-                data: { id },
-            }, cancel);
-        },
-        changeSteps: function (id: any, step, cancel: boolean = false) {
-            return request({
-                url: baseUrl + `changeSteps/${id}/${step}`,
-                method: 'get',
-            }, cancel);
-        },
-        dropdownData: function (data: any, cancel: boolean = false) {
+        dropdownData: function (data:any, cancel: boolean = false) {
             return request({
                 url: baseUrl + "dropdownData",
                 method: 'post',

--
Gitblit v1.9.1