From 87b905da9a6e7bf7cbdb57c1b6ff3e37447e1650 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Fri, 26 Aug 2022 12:43:08 +0800
Subject: [PATCH] 用户
---
src/api/specialWorkSystem/workApply/index.ts | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/api/specialWorkSystem/workApply/index.ts b/src/api/specialWorkSystem/workApply/index.ts
index ae453fc..1df392e 100644
--- a/src/api/specialWorkSystem/workApply/index.ts
+++ b/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',
--
Gitblit v1.9.2