fix(ts): 对齐树表搜索与低风险类型修复
- demo02 树表 list API 参数改为可选 - 优惠券数量 formatter 统一返回字符串 - AI 音乐播放器进度滑块改用独立数值状态 - 同步适配 web-antd、web-ele、web-antdv-next 对齐 Vue3 管理后台 a57df0b2d
This commit is contained in:
@@ -11,7 +11,7 @@ export namespace Demo02CategoryApi {
|
||||
}
|
||||
|
||||
/** 查询示例分类列表 */
|
||||
export function getDemo02CategoryList(params: any) {
|
||||
export function getDemo02CategoryList(params?: any) {
|
||||
return requestClient.get<Demo02CategoryApi.Demo02Category[]>(
|
||||
'/infra/demo02-category/list',
|
||||
{ params },
|
||||
|
||||
Reference in New Issue
Block a user