Your Name
2022-08-26 87b905da9a6e7bf7cbdb57c1b6ff3e37447e1650
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',
@@ -11,6 +11,14 @@
            });
        },
        // 分页获取申请列表
        getAllUsers: () => {
            return request({
                url: import.meta.env.VITE_API_URL + `/account/list`,
                method: 'get'
            });
        },
        // 动火申请
        postFireApply: (data: object) => {
            return request({