This commit is contained in:
BOE\10867418
2022-11-18 14:48:51 +08:00
commit c0b10b9630
316 changed files with 117518 additions and 0 deletions

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

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