|
@@ -586,7 +586,8 @@ const relation=async(row,type)=>{
|
|
|
const {error, code, data,msg} = await projectApi.relationPlanAndReturned( {
|
|
|
planId:rePlanid.value,
|
|
|
returnedId:row.id,
|
|
|
- type
|
|
|
+ type,
|
|
|
+ projectId:row.projectId
|
|
|
})
|
|
|
if (!error && code === 200) {
|
|
|
window.$message.success(msg)
|