fix: 套餐订购,界面优化
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m59s
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m59s
This commit is contained in:
@@ -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 })
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user