Your Name
2022-08-26 1bae9795e33eca24e2aa22c4f54bf6be022e0dac
src/api/specialWorkSystem/workApply/index.ts
@@ -3,7 +3,7 @@
export function workApplyApi() {
    return {
        // 分页获取申请列表
        getApplyListtPage: (data: object) => {
        getApplyListPage: (data: object) => {
            return request({
                url: import.meta.env.VITE_API_URL + `/work/apply/applying/page/list`,
                method: 'post',