Gen dummy questions

This commit is contained in:
CHIEFSOFT\ameye
2024-08-18 22:22:16 -04:00
parent 5a3e95bae6
commit 37aee6de0c
4 changed files with 113 additions and 6 deletions
+5
View File
@@ -258,6 +258,7 @@ export class WrenchService {
return this.getPostData("paymenthx", usrData);
}
getJobsData(usrData) {
//if (usrData.sessionid == '' || usrData.member_id == 0 ) return [];
return this.getPostData("getjobsdata", usrData);
}
@@ -295,6 +296,10 @@ export class WrenchService {
return this.getPostData("offerslist", usrData);
}
getGenerative(usrData){
return this.getPostData("generatives", usrData);
}
requestDelete(usrData){
return this.getPostData("reqdel", usrData);
}