fix job cards

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-03-18 22:59:21 -04:00
parent 0c32419a52
commit 8493c1bb63
6 changed files with 68 additions and 143 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ class usersService {
page:0,
limit :100
};
return this.postAuxEnd("/activejoblist", postData);
return this.postAuxEnd("/getjobsdata", postData);
}
getGetPendingJobs(){