Active Jobs

This commit is contained in:
CHIEFSOFT\ameye
2023-06-24 21:56:26 -04:00
parent 9ee6701290
commit b9250ca548
6 changed files with 32 additions and 10 deletions
+4
View File
@@ -48,6 +48,10 @@ export class WrenchService {
getJobsData(usrData) {
return this.getPostData("getjobsdata", usrData);
}
getMyActiveJobsData(usrData) {
return this.getPostData("activetaskslist", usrData);
}
/*