feat:讨论和活动添加到任务列表,添加阶段

This commit is contained in:
岳佳鑫
2022-11-03 17:32:33 +08:00
parent 95d2292194
commit 5eab9a1de7
4 changed files with 88 additions and 11 deletions

8
src/api/indexStage.js Normal file
View File

@@ -0,0 +1,8 @@
import http from "./config";
//添加阶段
export const editStage = (obj) => http.post('/admin/project/editStage', obj, {
headers: {
'token': '123'
}
});