马宇豪
2024-03-13 ce115e4c67e98c143159039494f14c7bcda59415
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({