mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-19 03:28:49 +08:00
chore: 去除join
This commit is contained in:
@@ -37,5 +37,5 @@ export function clientChangeStatus(data: any) {
|
||||
}
|
||||
|
||||
export function clientRemove(ids: IDS) {
|
||||
return requestClient.deleteWithMsg(`${Api.root}/${ids.join(',')}`);
|
||||
return requestClient.deleteWithMsg(`${Api.root}/${ids}`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user