mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 19:36:46 +08:00
feat:添加关卡的弹窗关闭问题,移动任务到阶段
This commit is contained in:
8
src/api/indexMovetask.js
Normal file
8
src/api/indexMovetask.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import http from "./config";
|
||||
|
||||
//移动任务到阶段
|
||||
export const moveTask = (obj) => http.post('/admin/project/moveTask',obj,{
|
||||
headers: {
|
||||
'token': '123'
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user