feat:添加关卡的弹窗关闭问题,移动任务到阶段

This commit is contained in:
岳佳鑫
2022-11-04 18:33:54 +08:00
parent bbb69a4ad0
commit 098ea615c8
2 changed files with 56 additions and 3 deletions

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

@@ -0,0 +1,8 @@
import http from "./config";
//移动任务到阶段
export const moveTask = (obj) => http.post('/admin/project/moveTask',obj,{
headers: {
'token': '123'
}
})