马宇豪
2024-07-08 20b0ce2db27b64a60de60aee05dedd448099e330
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
            });
        }
    };
}