马宇豪
2024-03-25 9673c181dd7b3882cbde386422ffb9a2b1949693
src/api/specialWorkSystem/specialIndex/index.ts
@@ -35,6 +35,13 @@
                method: 'post',
                data: data
            });
        },
        getWorkWarning: (data: object) => {
            return request({
                url: import.meta.env.VITE_API_URL + `/specialwork9step/statistic/work/warning`,
                method: 'post',
                data: data
            });
        }
    };
}