fix: 套餐订购,界面优化
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m59s

This commit is contained in:
sexygoat
2026-04-27 11:14:20 +08:00
parent 2a33434005
commit 6c9b29c53b
5 changed files with 50 additions and 18 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', params)
return this.getPage('/api/admin/iot-cards/standalone', { is_standalone: true, ...params })
}
/**