assign task
This commit is contained in:
@@ -130,9 +130,13 @@ export class FamilyaddtaskPage implements OnInit {
|
||||
job_id: string,
|
||||
job_uid: string,
|
||||
duration: number,
|
||||
job_description: string,
|
||||
description: string,
|
||||
job_detail:string,
|
||||
family_uid:string,
|
||||
price:number,
|
||||
timeline_days:number,
|
||||
title:string,
|
||||
country:string,
|
||||
assign_mode: number
|
||||
};
|
||||
|
||||
@@ -156,9 +160,13 @@ export class FamilyaddtaskPage implements OnInit {
|
||||
job_id: this.jobData.job_id,
|
||||
job_uid: this.jobData.job_uid,
|
||||
duration: 0,
|
||||
job_description: this.jobData.description,
|
||||
description: this.jobData.description,
|
||||
job_detail: this.jobData.job_detail,
|
||||
family_uid: this.family_uid,
|
||||
price: this.jobData.price,
|
||||
timeline_days: this.jobData.timeline_days,
|
||||
title: this.jobData.title,
|
||||
country: this.jobData.job_country,
|
||||
assign_mode: 110055
|
||||
};
|
||||
// console.log('XXX-> ', this.reqData );
|
||||
|
||||
Reference in New Issue
Block a user