|
@@ -2348,7 +2348,8 @@ a {
|
|
|
taskGpIncharge: item.taskGpIncharge,
|
|
|
category:item.category,
|
|
|
projectDesc: item.projectDesc,
|
|
|
- projectMainId: item.projectMainId
|
|
|
+ projectMainId: item.projectMainId,
|
|
|
+ creatorId: item.creatorId
|
|
|
}
|
|
|
this.deleteVif = item.creatorId
|
|
|
console.log("handleadd",this.deleteVif,this.addForm.id)
|