专家跳转详情页,经纪人查看服务的需求
This commit is contained in:
@ -39,8 +39,11 @@ export function technologyProjectDetail(id) {
|
||||
|
||||
export function technologyProjectDelete(ids) {
|
||||
return request({
|
||||
url: `/business/technologyProject/${ids}`,
|
||||
url: `/business/technologyProject`,
|
||||
method: "DELETE",
|
||||
data: {
|
||||
ids
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user