From 3ad8babb3a5929eadc18d3518563b6355a800681 Mon Sep 17 00:00:00 2001 From: 移动系统liao <liaoxujun@qq.com> Date: 星期四, 07 八月 2025 12:59:24 +0800 Subject: [PATCH] no message --- 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