username@email.com
2025-09-01 1978a2687b298a69bc72d6eda0be8235bbca37d8
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',