feat: 新增项目信息修改功能

This commit is contained in:
奔跑的面条
2022-05-26 01:01:59 +08:00
parent dfb63346d3
commit e674a1ece4
6 changed files with 62 additions and 26 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ export const saveProjectApi = async (data: object) => {
}
}
// * 修改项目
// * 修改项目基础信息
export const updateProjectApi = async (data: object) => {
try {
const res = await http(RequestHttpEnum.POST)(`${ModuleTypeEnum.PROJECT}/edit`, data);