完善项目及大屏
This commit is contained in:
		| @ -31,4 +31,36 @@ export const getScreenLand = (projectId: number | string) => { | ||||
|     url: '/project/big/screen/' + projectId, | ||||
|     method: 'get', | ||||
|   }); | ||||
| }; | ||||
| }; | ||||
|  | ||||
| // 查询项目形象进度 | ||||
| export const getScreenImgProcess = (projectId: number | string) => { | ||||
|   return request({ | ||||
|     url: '/project/big/screen/imageProgress/' + projectId, | ||||
|     method: 'get', | ||||
|   }); | ||||
| }; | ||||
|  | ||||
| // 查询项目人员情况 | ||||
| export const getScreenPeople = (projectId: number | string) => { | ||||
|   return request({ | ||||
|     url: '/project/big/screen/people/' + projectId, | ||||
|     method: 'get', | ||||
|   }); | ||||
| }; | ||||
|  | ||||
| // 查询项目AI安全巡检 | ||||
| export const getScreenSafetyInspection = (projectId: number | string) => { | ||||
|   return request({ | ||||
|     url: '/project/big/screen/safetyInspection/' + projectId, | ||||
|     method: 'get', | ||||
|   }); | ||||
| }; | ||||
|  | ||||
| // 查询项目概况 | ||||
| export const getScreenGeneralize = (projectId: number | string) => { | ||||
|   return request({ | ||||
|     url: '/project/big/screen/generalize/' + projectId, | ||||
|     method: 'get', | ||||
|   }); | ||||
| }; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user