From f210a0e0fc0552bfacb2489de099bd512b8e74e7 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期三, 05 十一月 2025 09:03:39 +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