Your Name
2022-08-22 f12c45e54d27f27886d8bc9ee96624979fa7de2e
src/api/specialWorkSystem/workApply/index.ts
@@ -11,6 +11,14 @@
            });
        },
        // 分页获取申请列表
        getAllUsers: () => {
            return request({
                url: import.meta.env.VITE_API_URL + `/account/list`,
                method: 'get'
            });
        },
        // 动火申请
        postFireApply: (data: object) => {
            return request({