feat(portfolio): max_pool 字段透传(model+handler+前端,解除30硬编码)
model 加 max_pool 字段(默认30,0=全市场不限);handler 用 req.max_pool 替换硬编码30; 前端加选股池上限 input + onSubmit 透传。下游 submit_portfolio→spec→argv--max-pool 链路异步化时已存在,本次只补入口。全周期验收可传 max_pool=0 对比 docker exec 旁证
This commit is contained in:
@@ -3,6 +3,7 @@ import { apiClient } from './client'
|
||||
export interface PortfolioBacktestReq {
|
||||
pool: string
|
||||
strategy?: string
|
||||
max_pool?: number
|
||||
start_date: string
|
||||
end_date: string
|
||||
initial_cash: number
|
||||
|
||||
Reference in New Issue
Block a user