马宇豪
2023-02-23 7fd5c2d17a4df2c6818ab76d6dffe851afa18c9c
src/api/specialWorkSystem/workPlan/workAppoint/index.ts
@@ -36,6 +36,15 @@
                method: 'post',
                data: data
            });
        },
        //获取各部门各作业的数量
        getAllRecords: (data: object) => {
            return request({
                url: import.meta.env.VITE_API_URL + `/specialWork/appointment/statistics`,
                method: 'post',
                data: data
            });
        }
    };
}