From 1978a2687b298a69bc72d6eda0be8235bbca37d8 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期一, 01 九月 2025 13:22:12 +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