This commit is contained in:
2026-07-07 18:02:29 +08:00
parent 542086a34c
commit f551bbf984
6 changed files with 147 additions and 454 deletions
+5
View File
@@ -26,6 +26,11 @@ export const reqUnitByProjectIdUnitType = (projectId, unitType="")=>get(`Unit/ge
*/
export const reqToDoItemByProjectIdUserId = (projectId, personId)=>get(`ToDoItem/getToDoItemByProjectIdUserId?projectId=${projectId}&personId=${personId}`)
/**
* 获取坡口类型列表
*/
export const reqGetGrooveTypeList = ()=>get(`BaseInfo/GetGrooveType`)
/**
* 附件上传
* @param {string} filePath - 本地文件路径