src/api/specialWorkSystem/workApply/index.ts
@@ -177,6 +177,15 @@ }); }, // 查询特殊作业人员 getSpList: (data: object) => { return request({ url: import.meta.env.VITE_API_URL + `/account/special/list`, method: 'post', data: data }); }, // 受限空间申请 postSpaceApply: (data: object) => { return request({