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 }); } }; }