This commit is contained in:
dhr
2025-09-05 15:11:21 +08:00
parent c35a75d030
commit eb895793dd
4 changed files with 150 additions and 133 deletions

View File

@ -94,3 +94,10 @@ export function getRemoveBind(data: { id: number; clientId: string }) {
data: data
});
}
export function getProjectId() {
return request({
url: 'gps/equipment/getProjectList',
method: 'get'
});
}