Gen dummy questions
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user