public async Task <ApiResult <string> > DeleteOrganize([FromBody] DelParams delParams) { return(await _sysOrganizeService.DelAsync(delParams.ids)); }