fix(team): 修复删除集体时参数传递问题
This commit is contained in:
@@ -70,6 +70,6 @@ export default {
|
|||||||
* 删除集体
|
* 删除集体
|
||||||
*/
|
*/
|
||||||
removeTeam(id) {
|
removeTeam(id) {
|
||||||
return request.post('/martial/team/remove', null, { params: { id } })
|
return request.post('/martial/team/remove?id=' + id, {})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user