Commit f86bd024 authored by zhangyanni's avatar zhangyanni

修改需求联系人

parent 1338918f
This diff is collapsed.
......@@ -222,4 +222,9 @@ export default {
return api.fetchLoadingPost("/business/search/search?"+Qs.stringify(params));
},
//编辑需求联系人
addRequirePeopleAxios(params){
return api.fetchPost(baseUrl+"/requirementDetail/addRequirementContacts",params);
},
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment