fix: type
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m59s

This commit is contained in:
sexygoat
2026-04-28 10:18:30 +08:00
parent 4f1cab6149
commit b88f2d185e
2 changed files with 231 additions and 22 deletions

View File

@@ -315,7 +315,7 @@ export class CardService extends BaseService {
* @param params 查询参数
*/
static getStandaloneIotCards(params?: any): Promise<PaginationResponse<any>> {
return this.getPage('/api/admin/iot-cards/standalone', { is_standalone: true, ...params })
return this.getPage('/api/admin/iot-cards/standalone', params)
}
/**