This commit is contained in:
Ebube
2023-04-27 10:07:52 +01:00
7 changed files with 307 additions and 1148 deletions
+2 -1
View File
@@ -113,9 +113,10 @@ class usersService {
member_id: localStorage.getItem("member_id"),
sessionid: localStorage.getItem("session_token"),
page:0,
offset:0,
limit :100
};
return this.postAuxEnd("/myjobs", postData);
return this.postAuxEnd("/jobmanagerlist", postData);
}
getGetPendingJobs(){